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 | 57e01630cb3f27ef2177eac565ef9fdc6282ec60 (patch) | |
tree | a7d50f18e62635237bebf27d001113e538611eb6 /target/linux | |
parent | e29356fa8e2f829c9814f4e2010bdfc7de9a28fb (diff) | |
download | upstream-57e01630cb3f27ef2177eac565ef9fdc6282ec60.tar.gz upstream-57e01630cb3f27ef2177eac565ef9fdc6282ec60.tar.bz2 upstream-57e01630cb3f27ef2177eac565ef9fdc6282ec60.zip |
fix typo and add nand_gpio to the generic config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |