From a02bfd86978d26571036bb3e3a8c898de8e90971 Mon Sep 17 00:00:00 2001 From: Luwei Zhou Date: Wed, 8 Apr 2015 14:44:51 +0800 Subject: MLK-10600-2: mxc: sim: Add an option to enable SIM driver build. Add the option to enable SIM driver build. Signed-off-by: Luwei Zhou Signed-off-by: Gao Pan (cherry picked from 0f7a6fa3c141bfc7333d9056639b7a5b1154ed1d) --- drivers/mxc/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/mxc/Kconfig (limited to 'drivers/mxc/Kconfig') diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig new file mode 100644 index 000000000000..a6f5a8d9a2b7 --- /dev/null +++ b/drivers/mxc/Kconfig @@ -0,0 +1,11 @@ +# drivers/mxc/Kconfig + +if ARCH_MXC + +menu "MXC support drivers" + +source "drivers/mxc/sim/Kconfig" + +endmenu + +endif -- cgit v1.2.3