aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-02-05 11:14:53 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-02-05 11:14:53 +0000
commit67b91f47d62abf43ab15d22c0ab66993ee63b540 (patch)
treeb61e23bf32e77494c614f9c02b681f280d18add6
parentf6433f63ef26c416d1097449526f88c477f0a334 (diff)
downloadupstream-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
-rw-r--r--target/linux/mvebu/config-3.182
-rw-r--r--target/linux/mvebu/config-3.192
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-3.18 b/target/linux/mvebu/config-3.18
index 096b5ed018..b4a372d7db 100644
--- a/target/linux/mvebu/config-3.18
+++ b/target/linux/mvebu/config-3.18
@@ -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
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