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/lantiq | |
parent | d99c41fc04ffe70a2ee63cddf152639ea04c87c7 (diff) | |
download | master-187ad058-11b489f8a1d692e2e64b6d1a94328fbba3964344.tar.gz master-187ad058-11b489f8a1d692e2e64b6d1a94328fbba3964344.tar.bz2 master-187ad058-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/lantiq')
-rw-r--r-- | target/linux/lantiq/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/xway/config-3.14 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/lantiq/config-3.18 b/target/linux/lantiq/config-3.18 index 148d104151..9824b37cd7 100644 --- a/target/linux/lantiq/config-3.18 +++ b/target/linux/lantiq/config-3.18 @@ -94,7 +94,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_CFI_ADV_OPTIONS=y diff --git a/target/linux/lantiq/xrx200/config-3.14 b/target/linux/lantiq/xrx200/config-3.14 index 3d525a42f9..dd353aa204 100644 --- a/target/linux/lantiq/xrx200/config-3.14 +++ b/target/linux/lantiq/xrx200/config-3.14 @@ -28,7 +28,6 @@ CONFIG_LANTIQ_XRX200=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC=y diff --git a/target/linux/lantiq/xway/config-3.14 b/target/linux/lantiq/xway/config-3.14 index d7f7c39457..687c3cdd77 100644 --- a/target/linux/lantiq/xway/config-3.14 +++ b/target/linux/lantiq/xway/config-3.14 @@ -26,7 +26,6 @@ CONFIG_IRQ_WORK=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC=y |