diff options
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 |