summaryrefslogtreecommitdiff
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorGao Pan <b54642@freescale.com>2015-08-07 15:13:56 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-23 16:57:11 +0300
commitd88b33e049a6dd7f7d0403d46bd5902432f93ed6 (patch)
tree764886eb06bb9e7097ccccec81ecf18147ebcf95 /drivers/Kconfig
parentd37a574c29840ad3eede1d332097d9e0c88321b9 (diff)
MLK-11355 driver/mxc: add mxc special driver
Add mxc in driver/Konfig and driver/Makefile. Signed-off-by: Gao Pan <b54642@freescale.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index e1e2066cecdb..d393376de506 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -102,6 +102,8 @@ source "drivers/mmc/Kconfig"
source "drivers/memstick/Kconfig"
+source "drivers/mxc/Kconfig"
+
source "drivers/leds/Kconfig"
source "drivers/accessibility/Kconfig"