diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-29 08:57:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-06-29 08:57:25 +0000 |
commit | 01ac07c9b319a228684356f585b8a997492d6a7b (patch) | |
tree | 66da41aec997223cc836e0fbb63e08b35bd70283 /target | |
parent | 8c62c5d109adde4e943b27594d56d03eac910faf (diff) | |
download | upstream-01ac07c9b319a228684356f585b8a997492d6a7b.tar.gz upstream-01ac07c9b319a228684356f585b8a997492d6a7b.tar.bz2 upstream-01ac07c9b319a228684356f585b8a997492d6a7b.zip |
generic: add MTD_NAND_ECC_BCH symbol for 2.6.39/3.0
SVN-Revision: 27305
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-2.6.39 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.0 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index 0dceb014db..a322f4763e 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -1461,6 +1461,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_NAND_DENALI is not set 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_GPIO is not set CONFIG_MTD_NAND_IDS=y diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index 438a3ff730..c63064d1c5 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -1463,6 +1463,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_NAND_DENALI is not set 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_GPIO is not set CONFIG_MTD_NAND_IDS=y |