aboutsummaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.miao@canonical.com>2011-08-23 21:50:56 +0800
committerEric Miao <eric.miao@linaro.org>2011-11-15 14:06:57 +0800
commit6492912c17309d939caa8208405da1b3dbe8e8ab (patch)
tree040e9ec209df58947a9bdd5da0536e43599227aa /drivers/mxc/Kconfig
parentf6b252b6b92671d2633008408c06d35c26e55ecf (diff)
imx: add directory drivers/mxc for i.MX specific drivers
Signed-off-by: Eric Miao <eric.miao@linaro.org>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rw-r--r--drivers/mxc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
new file mode 100644
index 00000000000..98b65af7c95
--- /dev/null
+++ b/drivers/mxc/Kconfig
@@ -0,0 +1,9 @@
+# drivers/mxc/Kconfig
+
+if ARCH_MXC
+
+menu "MXC support drivers"
+
+endmenu
+
+endif