blob: 3dfa29bffdce590bfeeaa8d484e6833bd170e3ea [file] [log] [blame]
Nest DevInfra5ce33492018-07-30 20:09:11 -07001# drivers/mxc/Kconfig
2
3if ARCH_MXC
4
5menu "MXC support drivers"
6
7config MXC_IPU
8 bool "Image Processing Unit Driver"
9 select MXC_IPU_V3
10 help
11 If you plan to use the Image Processing unit, say
12 Y here. IPU is needed by Framebuffer and V4L2 drivers.
13
14source "drivers/mxc/mlb/Kconfig"
15source "drivers/mxc/ipu3/Kconfig"
16source "drivers/mxc/gpu-viv/Kconfig"
17source "drivers/mxc/sim/Kconfig"
18source "drivers/mxc/mipi/Kconfig"
19source "drivers/mxc/vpu/Kconfig"
20source "drivers/mxc/hdmi-cec/Kconfig"
21
22endmenu
23
24endif