Nest DevInfra | 5ce3349 | 2018-07-30 20:09:11 -0700 | [diff] [blame] | 1 | # drivers/mxc/Kconfig |
| 2 | |
| 3 | if ARCH_MXC |
| 4 | |
| 5 | menu "MXC support drivers" |
| 6 | |
| 7 | config 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 | |
| 14 | source "drivers/mxc/mlb/Kconfig" |
| 15 | source "drivers/mxc/ipu3/Kconfig" |
| 16 | source "drivers/mxc/gpu-viv/Kconfig" |
| 17 | source "drivers/mxc/sim/Kconfig" |
| 18 | source "drivers/mxc/mipi/Kconfig" |
| 19 | source "drivers/mxc/vpu/Kconfig" |
| 20 | source "drivers/mxc/hdmi-cec/Kconfig" |
| 21 | |
| 22 | endmenu |
| 23 | |
| 24 | endif |