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
This commit is contained in:
blogic 2014-06-11 12:59:22 +00:00
parent c15a8bc959
commit 9a7034d540
9 changed files with 12 additions and 7 deletions

View file

@ -184,6 +184,7 @@ sub target_config_features(@) {
/mips16/ and $ret .= "\tselect HAS_MIPS16\n";
/rfkill/ and $ret .= "\tselect RFKILL_SUPPORT\n";
/low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n";
/nand/ and $ret .= "\tselect NAND_SUPPORT\n";
}
return $ret;
}