diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:51:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:51:02 +0000 |
commit | 64ea60d210ff26fad3c624e9cf208a8730f0ffed (patch) | |
tree | 70c1a8ea8a4d74749c43cfa6a0d38ea47169044a | |
parent | 2f27f5d404a4293a01c8d8d646861a0df49e60a1 (diff) | |
download | upstream-64ea60d210ff26fad3c624e9cf208a8730f0ffed.tar.gz upstream-64ea60d210ff26fad3c624e9cf208a8730f0ffed.tar.bz2 upstream-64ea60d210ff26fad3c624e9cf208a8730f0ffed.zip |
ar71xx: move CONFIG_MTD_NAND_AR934X_HW_ECC option to subtarget config
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38595
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index b6c523b343..2a0ba822a9 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -210,7 +210,6 @@ CONFIG_MTD_M25P80=y # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set CONFIG_MTD_MYLOADER_PARTS=y -# CONFIG_MTD_NAND_AR934X_HW_ECC is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index efa562c66e..8f87d10770 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -10,6 +10,7 @@ CONFIG_MDIO_BITBANG=y CONFIG_MDIO_GPIO=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_AR934X=y +# CONFIG_MTD_NAND_AR934X_HW_ECC is not set CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_RB4XX=y CONFIG_MTD_NAND_RB750=y |