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/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mxc/mlb/Kconfig b/drivers/mxc/mlb/Kconfig
new file mode 100644
index 000000000000..861812c66328
--- /dev/null
+++ b/drivers/mxc/mlb/Kconfig
@@ -0,0 +1,17 @@
+#
+# MLB150 configuration
+#
+
+menu "MXC Media Local Bus Driver"
+
+config MXC_MLB
+ bool
+
+config MXC_MLB150
+ tristate "MLB150 support"
+ depends on ARCH_MXC || COMPILE_TEST
+ select MXC_MLB
+ help
+ Say Y to get the MLB150 support.
+
+endmenu