summaryrefslogtreecommitdiff
path: root/drivers/mxc/mlb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/mlb/Kconfig')
-rw-r--r--drivers/mxc/mlb/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mxc/mlb/Kconfig b/drivers/mxc/mlb/Kconfig
new file mode 100644
index 000000000000..7e3b16c2ddae
--- /dev/null
+++ b/drivers/mxc/mlb/Kconfig
@@ -0,0 +1,13 @@
+#
+# MLB configuration
+#
+
+menu "MXC Media Local Bus Driver"
+
+config MXC_MLB
+ tristate "MLB support"
+ depends on ARCH_MX35 || ARCH_MX53
+ ---help---
+ Say Y to get the MLB support.
+
+endmenu