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