From ac5d5cbc795bc618dc426ac3631c88f4e73eaff5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Jun 2014 12:59:22 +0000 Subject: kernel: add a NAND_SUPPORT symbol Signed-off-by: John Crispin SVN-Revision: 41122 --- target/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/Config.in') 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 -- cgit v1.1