diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-29 08:57:25 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-29 08:57:25 +0000 |
commit | f9ffd498e1e5ba39d4a8257caa9b6fcd1013881a (patch) | |
tree | f862085a342e374d99c02894d6b9a8cba7499bac /target/linux/generic | |
parent | ff1834fac5d3d9f8240ca1657ba1ddf2cedd85bb (diff) |
generic: add MTD_NAND_ECC_BCH symbol for 2.6.39/3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27305 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-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 0dceb014d..a322f4763 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 438a3ff73..c63064d1c 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 |