diff options
author | John Crispin <john@openwrt.org> | 2015-03-06 07:56:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-06 07:56:08 +0000 |
commit | 66178457116e5bbaf67d48cbbed158f68adf8ce1 (patch) | |
tree | 5acd199dfd073b7510c5a9b48d2f9c66bec90b56 /target/linux/mvebu | |
parent | 7886cced18e63542bcae01b8e2a552a33d18425f (diff) | |
download | mtk-20170518-66178457116e5bbaf67d48cbbed158f68adf8ce1.zip mtk-20170518-66178457116e5bbaf67d48cbbed158f68adf8ce1.tar.gz mtk-20170518-66178457116e5bbaf67d48cbbed158f68adf8ce1.tar.bz2 |
kernel: move MTD_SPLIT_SUPPORT to generic config
CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform
specific configs explicitly enables it, while no one platform disables
this symbol. So place it in generic config and remove from platform
specific configs.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44612
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/mvebu/config-3.19 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mvebu/config-3.18 b/target/linux/mvebu/config-3.18 index b4a372d..de849d7 100644 --- a/target/linux/mvebu/config-3.18 +++ b/target/linux/mvebu/config-3.18 @@ -233,7 +233,6 @@ 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 CONFIG_MTD_UBI_BLOCK=y diff --git a/target/linux/mvebu/config-3.19 b/target/linux/mvebu/config-3.19 index eb2f95b..63c8e8f 100644 --- a/target/linux/mvebu/config-3.19 +++ b/target/linux/mvebu/config-3.19 @@ -233,7 +233,6 @@ 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 CONFIG_MTD_UBI_BLOCK=y |