diff options
| author | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:08 +0000 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:08 +0000 |
| commit | a739348da2ea117739c3308c4e3b58fbd69cc229 (patch) | |
| tree | a3bb5433121e9fb4a0993970ce434d4f466d6030 /target/linux/brcm63xx | |
| parent | 7b4702d2753312370dd406e432eee4a7ee0a23ad (diff) | |
| download | upstream-a739348da2ea117739c3308c4e3b58fbd69cc229.tar.gz upstream-a739348da2ea117739c3308c4e3b58fbd69cc229.tar.bz2 upstream-a739348da2ea117739c3308c4e3b58fbd69cc229.zip | |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44612 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
| -rw-r--r-- | target/linux/brcm63xx/config-3.14 | 1 | ||||
| -rw-r--r-- | target/linux/brcm63xx/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14 index 05c7de2c9bd..cb15b7800ad 100644 --- a/target/linux/brcm63xx/config-3.14 +++ b/target/linux/brcm63xx/config-3.14 @@ -154,7 +154,6 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y -CONFIG_MTD_SPLIT_SUPPORT=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18 index d6ad385d89c..168964df1d2 100644 --- a/target/linux/brcm63xx/config-3.18 +++ b/target/linux/brcm63xx/config-3.18 @@ -162,7 +162,6 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y CONFIG_MTD_SPI_NOR=y -CONFIG_MTD_SPLIT_SUPPORT=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y |
