blob: d4fe2debc87c6002efd9ad5732c5bf70456fc746 [file] [log] [blame]
Igor Sarkisov70f34212020-10-06 14:24:51 -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/gpu-viv/Kconfig"
15source "drivers/mxc/ipu3/Kconfig"
16source "drivers/mxc/asrc/Kconfig"
17source "drivers/mxc/vpu/Kconfig"
18source "drivers/mxc/hdmi-cec/Kconfig"
19source "drivers/mxc/mipi/Kconfig"
20source "drivers/mxc/mlb/Kconfig"
21
22endmenu
23
24endif