diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 12:44:59 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 12:44:59 +0000 |
commit | 690cb12f3c93e311541343ee46776d449cbf050c (patch) | |
tree | e195d1052ec4109535a8f7bd1bd6ea8bf94d92a1 /target | |
parent | af2cc1daf648f555e7a657f520ff972f6df1dfaa (diff) | |
download | upstream-690cb12f3c93e311541343ee46776d449cbf050c.tar.gz upstream-690cb12f3c93e311541343ee46776d449cbf050c.tar.bz2 upstream-690cb12f3c93e311541343ee46776d449cbf050c.zip |
fix typo and add nand_gpio to the generic config
SVN-Revision: 16245
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 488e78acdf..523f031c76 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -1071,9 +1071,10 @@ CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set # CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MYLOADER_PARTS is not set -# # CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_CAFE is not set # CONFIG_MTD_NAND_DISKONCHIP is not set # CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_NAND_GPIO is not set CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set # CONFIG_MTD_NAND_MUSEUM_IDS is not set |