summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-11 12:59:22 +0000
committerJohn Crispin <john@openwrt.org>2014-06-11 12:59:22 +0000
commitac5d5cbc795bc618dc426ac3631c88f4e73eaff5 (patch)
treebf670156337e54f3463fe1a3aed50a695d30f7dd /target/Config.in
parent28a563dec3e8106022535c85537f955b6f2c8161 (diff)
downloadmtk-20170518-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.zip
mtk-20170518-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.tar.gz
mtk-20170518-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.tar.bz2
kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41122
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index e0320fa..14dec6d 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -65,6 +65,7 @@ config USES_CPIOGZ
config USES_UBIFS
bool
+ select NAND_SUPPORT
config PROFILE_KCONFIG
bool
@@ -82,6 +83,9 @@ config HAS_MIPS16
config RFKILL_SUPPORT
bool
+config NAND_SUPPORT
+ bool
+
config ARCH_64BIT
bool