summaryrefslogtreecommitdiff
path: root/drivers/mxc/ipu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/ipu/Kconfig')
-rw-r--r--drivers/mxc/ipu/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/mxc/ipu/Kconfig b/drivers/mxc/ipu/Kconfig
new file mode 100644
index 000000000000..c0b61e1db562
--- /dev/null
+++ b/drivers/mxc/ipu/Kconfig
@@ -0,0 +1,19 @@
+menu "MXC IPU"
+
+config MXC_IPU
+ bool "MXC Image Processing Unit"
+ depends on ARCH_MXC
+ depends on !ARCH_MX21
+ depends on !ARCH_MX27
+ help
+ If you plan to use the Image Processing unit in the MXC, say
+ Y here. If unsure, select Y.
+
+config MXC_IPU_LPMC
+ bool
+ depends on MXC_IPU
+ default y if ARCH_MXC91231
+
+source "drivers/mxc/ipu/pf/Kconfig"
+
+endmenu