diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-01 11:37:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-01 11:37:15 +0000 |
commit | 11b489f8a1d692e2e64b6d1a94328fbba3964344 (patch) | |
tree | 7d05178560c54916c5d8cd78ca04f75c521fbd41 /target/linux/ramips/mt7620 | |
parent | d99c41fc04ffe70a2ee63cddf152639ea04c87c7 (diff) | |
download | upstream-11b489f8a1d692e2e64b6d1a94328fbba3964344.tar.gz upstream-11b489f8a1d692e2e64b6d1a94328fbba3964344.tar.bz2 upstream-11b489f8a1d692e2e64b6d1a94328fbba3964344.zip |
kernel: move CONFIG_MIPS_O32_FP64_SUPPORT to generic configs
Most MIPS targets have it disabled, so move the symbol to the generic
configs to keep target configs small.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/mt7620/config-3.14 b/target/linux/ramips/mt7620/config-3.14 index 7e11781139..6ff1eaddfe 100644 --- a/target/linux/ramips/mt7620/config-3.14 +++ b/target/linux/ramips/mt7620/config-3.14 @@ -104,7 +104,6 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MT7621_WDT is not set # CONFIG_MTD_CFI_INTELEXT is not set diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index daf47ecede..14d38a6878 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -111,7 +111,6 @@ CONFIG_MIPS=y # CONFIG_MIPS_HUGE_TLB_SUPPORT is not set CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MT7621_WDT is not set # CONFIG_MTD_CFI_INTELEXT is not set |