diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-04 12:39:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-04 12:39:42 +0000 |
commit | 66be2d074a615fb3a74c4a3260f95bbcc85fd5e4 (patch) | |
tree | 558f22b7121647de715d2dda6b1471fa0b17818f | |
parent | 1bb70a9a7d96d28d09f1da5bc7f85012695373c2 (diff) | |
download | upstream-66be2d074a615fb3a74c4a3260f95bbcc85fd5e4.tar.gz upstream-66be2d074a615fb3a74c4a3260f95bbcc85fd5e4.tar.bz2 upstream-66be2d074a615fb3a74c4a3260f95bbcc85fd5e4.zip |
linux/3.2: add missing NAND symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30802 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index c4be769cd1..2c083011d0 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -1492,10 +1492,12 @@ CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xff108018 # CONFIG_MTD_NAND_DISKONCHIP is not set # CONFIG_MTD_NAND_ECC_BCH is not set # CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_NAND_FSL_ELBC is not set # CONFIG_MTD_NAND_GPIO is not set CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_MUSEUM_IDS is not set # CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_NDFC is not set # CONFIG_MTD_NAND_PLATFORM is not set # CONFIG_MTD_NAND_RICOH is not set # CONFIG_MTD_NAND_VERIFY_WRITE is not set |