]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/mxc/Kconfig
ENGR00240988: gpu: copy gpu-viv driver from 3.5.7 kernel
[karo-tx-linux.git] / drivers / mxc / Kconfig
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/gpu-viv/Kconfig"
15 source "drivers/mxc/ipu3/Kconfig"
16
17 endmenu
18
19 endif