diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-30 06:51:02 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-30 06:51:02 +0000 |
commit | 7d9b31a427cd82518efb2063db96d1a4fa0794c2 (patch) | |
tree | c9e8b197003eb773b0ee54c411f15e4420c780c8 /target/linux/ar71xx/mikrotik/config-default | |
parent | a4fb8e9890d252d7616547d04890be71d0090f99 (diff) |
ar71xx: move CONFIG_MTD_NAND_AR934X_HW_ECC option to subtarget config
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/mikrotik/config-default')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |