diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-16 07:39:22 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-16 07:39:22 +0000 |
commit | 337c66af6c491288b3728fc669a05304aee90730 (patch) | |
tree | b63f19433c5f06893a6afccefff82c77f2829296 /target/linux/ar71xx/mikrotik/config-default | |
parent | 1a2b1b289199adc19d16d8cbc49b8535ef655b0e (diff) |
ar71xx/mikrotik: disable unused MTD options
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/mikrotik/config-default')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index df2b6b4885..942f279c91 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -87,12 +87,20 @@ CONFIG_CMDLINE="rootfstype=yaffs noinitrd" CONFIG_LEDS_RB750=y CONFIG_MDIO_BITBANG=y CONFIG_MDIO_GPIO=y +# CONFIG_MTD_CFI is not set +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_NOSWAP is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MYLOADER_PARTS is not set CONFIG_MTD_NAND=y CONFIG_MTD_NAND_AR934X=y CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_RB4XX=y CONFIG_MTD_NAND_RB750=y +# CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_SM_COMMON is not set +# CONFIG_MTD_TPLINK_PARTS is not set # CONFIG_OVERLAYFS_FS is not set CONFIG_RLE_DECOMPRESS=y # CONFIG_SOC_AR913X is not set |