diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-11 12:59:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-11 12:59:22 +0000 |
commit | 2e87c25986dc90d0449f6af701144fead97d77dc (patch) | |
tree | cc5689bae68f3505296251513374ec3ed048fbe5 /target/Config.in | |
parent | fc4bed72a8fe3fdae5c935ff4c75eb490f6b468f (diff) | |
download | upstream-2e87c25986dc90d0449f6af701144fead97d77dc.tar.gz upstream-2e87c25986dc90d0449f6af701144fead97d77dc.tar.bz2 upstream-2e87c25986dc90d0449f6af701144fead97d77dc.zip |
kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index e0320fac49..14dec6db4a 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 |