diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:41:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:41:46 +0000 |
commit | 7c0260117f88e4db84701af86bf1668223c52024 (patch) | |
tree | 7d29b30201d1b40c99d87187222de58b72ff64c8 /target/linux/lantiq/config-4.1 | |
parent | 7703e14bc4f36758ac28eea3c2abce7591ed4b8d (diff) | |
download | upstream-7c0260117f88e4db84701af86bf1668223c52024.tar.gz upstream-7c0260117f88e4db84701af86bf1668223c52024.tar.bz2 upstream-7c0260117f88e4db84701af86bf1668223c52024.zip |
lantiq: Switch to the generic mtdsplit parser implementations
This removes the arch-specific mtdsplit parsers and enables the generic
implementations for brnImage, EVA and TP-Link instead.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48264
Diffstat (limited to 'target/linux/lantiq/config-4.1')
-rw-r--r-- | target/linux/lantiq/config-4.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/config-4.1 b/target/linux/lantiq/config-4.1 index a68ad16e9a..35a1233135 100644 --- a/target/linux/lantiq/config-4.1 +++ b/target/linux/lantiq/config-4.1 @@ -104,7 +104,10 @@ CONFIG_MTD_LANTIQ=y CONFIG_MTD_M25P80=y # CONFIG_MTD_NAND_XWAY is not set CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPLIT_BRNIMAGE_FW=y +CONFIG_MTD_SPLIT_EVA_FW=y CONFIG_MTD_SPLIT_FIRMWARE=y +CONFIG_MTD_SPLIT_TPLINK_FW=y CONFIG_MTD_UIMAGE_SPLIT=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y |