aboutsummaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-08-30 16:00:52 +0800
committerEric Miao <eric.miao@linaro.org>2011-11-15 16:27:51 +0800
commit7cd197cffd97446caa86d779e09a4b1b808d8cf9 (patch)
tree7b4518567a0cf03ddb0ebefe03d653754182585e /drivers/mxc/Kconfig
parent97fc486a31e80caf7e3d557c49c347a439cdc915 (diff)
ipuv3: add base driver for ipuv3
Base IPUv3 driver copied directly from linux-imx-2.6.38. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rw-r--r--drivers/mxc/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
index 98b65af7c95..2e5b7cfeb1e 100644
--- a/drivers/mxc/Kconfig
+++ b/drivers/mxc/Kconfig
@@ -4,6 +4,21 @@ if ARCH_MXC
menu "MXC support drivers"
+config MXC_IPU
+ bool "Image Processing Unit Driver"
+ depends on !ARCH_MX21
+ depends on !ARCH_MX27
+ depends on !ARCH_MX25
+ select MXC_IPU_V1 if !ARCH_MX37 && !ARCH_MX5
+ select MXC_IPU_V3 if ARCH_MX37 || ARCH_MX5
+ select MXC_IPU_V3D if ARCH_MX37
+ select MXC_IPU_V3EX if ARCH_MX5
+ help
+ If you plan to use the Image Processing unit, say
+ Y here. IPU is needed by Framebuffer and V4L2 drivers.
+
+source "drivers/mxc/ipu3/Kconfig"
+
endmenu
endif