diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-02-05 11:14:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-02-05 11:14:53 +0000 |
commit | 67b91f47d62abf43ab15d22c0ab66993ee63b540 (patch) | |
tree | b61e23bf32e77494c614f9c02b681f280d18add6 /target/linux/mvebu/config-3.19 | |
parent | f6433f63ef26c416d1097449526f88c477f0a334 (diff) | |
download | upstream-67b91f47d62abf43ab15d22c0ab66993ee63b540.tar.gz upstream-67b91f47d62abf43ab15d22c0ab66993ee63b540.tar.bz2 upstream-67b91f47d62abf43ab15d22c0ab66993ee63b540.zip |
mvebu: Add MTD split framework support
We're going to need the MTD split related options for our NOR support.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44259
Diffstat (limited to 'target/linux/mvebu/config-3.19')
-rw-r--r-- | target/linux/mvebu/config-3.19 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-3.19 b/target/linux/mvebu/config-3.19 index 068d0fd064..eb2f95bb24 100644 --- a/target/linux/mvebu/config-3.19 +++ b/target/linux/mvebu/config-3.19 @@ -232,6 +232,7 @@ CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_PXA3xx=y CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SUPPORT=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 @@ -239,6 +240,7 @@ CONFIG_MTD_UBI_BLOCK=y # CONFIG_MTD_UBI_FASTMAP is not set # CONFIG_MTD_UBI_GLUEBI is not set CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UIMAGE_SPLIT=y CONFIG_MULTI_IRQ_HANDLER=y CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_MVEBU_CLK_COMMON=y |