From 3139140339ec3e6db2cc2d91bb6fbedbb12b6578 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 1 Mar 2015 11:37:15 +0000 Subject: [PATCH] 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 SVN-Revision: 44583 --- target/linux/adm5120/config-3.14 | 1 - target/linux/adm5120/config-3.18 | 1 - target/linux/adm8668/config-3.14 | 1 - target/linux/ar7/config-3.14 | 1 - target/linux/ar7/config-3.18 | 1 - target/linux/ar71xx/config-3.14 | 1 - target/linux/ar71xx/config-3.18 | 1 - target/linux/atheros/config-3.14 | 1 - target/linux/au1000/config-3.14 | 1 - target/linux/au1000/config-3.18 | 1 - target/linux/cobalt/config-3.14 | 1 - target/linux/generic/config-3.14 | 1 + target/linux/generic/config-3.18 | 1 + target/linux/generic/config-3.19 | 1 + target/linux/generic/config-4.0 | 1 + target/linux/lantiq/config-3.18 | 1 - target/linux/lantiq/xrx200/config-3.14 | 1 - target/linux/lantiq/xway/config-3.14 | 1 - target/linux/malta/config-3.14 | 1 - target/linux/malta/config-3.18 | 1 - target/linux/malta/config-3.19 | 1 - target/linux/netlogic/config-default | 1 - target/linux/octeon/config-3.14 | 1 - target/linux/octeon/config-3.18 | 1 - target/linux/ramips/mt7620/config-3.14 | 1 - target/linux/ramips/mt7620/config-3.18 | 1 - target/linux/ramips/mt7621/config-3.14 | 1 - target/linux/ramips/mt7621/config-3.18 | 1 - target/linux/ramips/mt7628/config-3.14 | 1 - target/linux/ramips/mt7628/config-3.18 | 1 - target/linux/ramips/rt288x/config-3.14 | 1 - target/linux/ramips/rt288x/config-3.18 | 1 - target/linux/ramips/rt305x/config-3.14 | 1 - target/linux/ramips/rt305x/config-3.18 | 1 - target/linux/ramips/rt3883/config-3.14 | 1 - target/linux/ramips/rt3883/config-3.18 | 1 - target/linux/rb532/config-3.14 | 1 - 37 files changed, 4 insertions(+), 33 deletions(-) diff --git a/target/linux/adm5120/config-3.14 b/target/linux/adm5120/config-3.14 index 2d3c7dae066a..b6157d853a84 100644 --- a/target/linux/adm5120/config-3.14 +++ b/target/linux/adm5120/config-3.14 @@ -133,7 +133,6 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MIPS_MACHINE=y CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_ADM5120=y CONFIG_MTD_CFI_FIXUP_MACRONIX_BOOTLOC=y diff --git a/target/linux/adm5120/config-3.18 b/target/linux/adm5120/config-3.18 index 2d3c7dae066a..b6157d853a84 100644 --- a/target/linux/adm5120/config-3.18 +++ b/target/linux/adm5120/config-3.18 @@ -133,7 +133,6 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MIPS_MACHINE=y CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_ADM5120=y CONFIG_MTD_CFI_FIXUP_MACRONIX_BOOTLOC=y diff --git a/target/linux/adm8668/config-3.14 b/target/linux/adm8668/config-3.14 index 25b37531010d..0c24c1786ec8 100644 --- a/target/linux/adm8668/config-3.14 +++ b/target/linux/adm8668/config-3.14 @@ -63,7 +63,6 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_MIPS=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y diff --git a/target/linux/ar7/config-3.14 b/target/linux/ar7/config-3.14 index c9e5b0b4aafb..21c86db65f97 100644 --- a/target/linux/ar7/config-3.14 +++ b/target/linux/ar7/config-3.14 @@ -101,7 +101,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_MTD_AC49X_PARTS is not set CONFIG_MTD_CFI_STAA=y diff --git a/target/linux/ar7/config-3.18 b/target/linux/ar7/config-3.18 index c9e5b0b4aafb..21c86db65f97 100644 --- a/target/linux/ar7/config-3.18 +++ b/target/linux/ar7/config-3.18 @@ -101,7 +101,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_MTD_AC49X_PARTS is not set CONFIG_MTD_CFI_STAA=y diff --git a/target/linux/ar71xx/config-3.14 b/target/linux/ar71xx/config-3.14 index b78d4d2bd23e..d6691b485cf9 100644 --- a/target/linux/ar71xx/config-3.14 +++ b/target/linux/ar71xx/config-3.14 @@ -237,7 +237,6 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MIPS_MACHINE=y CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_CFI_ADV_OPTIONS=y CONFIG_MTD_CFI_GEOMETRY=y diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18 index 9386b4ef9401..fa287e2cee69 100644 --- a/target/linux/ar71xx/config-3.18 +++ b/target/linux/ar71xx/config-3.18 @@ -237,7 +237,6 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MIPS_MACHINE=y CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_CFI_ADV_OPTIONS=y CONFIG_MTD_CFI_GEOMETRY=y diff --git a/target/linux/atheros/config-3.14 b/target/linux/atheros/config-3.14 index cf64454d2ee7..00167d8ffb16 100644 --- a/target/linux/atheros/config-3.14 +++ b/target/linux/atheros/config-3.14 @@ -94,7 +94,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_MTD_AR2315=y CONFIG_MTD_CFI_ADV_OPTIONS=y diff --git a/target/linux/au1000/config-3.14 b/target/linux/au1000/config-3.14 index 0a859c296867..b37d3712f429 100644 --- a/target/linux/au1000/config-3.14 +++ b/target/linux/au1000/config-3.14 @@ -106,7 +106,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MTX1 is not set CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_XXS1500 is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MODULE_FORCE_UNLOAD=y diff --git a/target/linux/au1000/config-3.18 b/target/linux/au1000/config-3.18 index 7a69642eef5e..44c2b71cddee 100644 --- a/target/linux/au1000/config-3.18 +++ b/target/linux/au1000/config-3.18 @@ -107,7 +107,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MTX1 is not set CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_XXS1500 is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MODULE_FORCE_UNLOAD=y diff --git a/target/linux/cobalt/config-3.14 b/target/linux/cobalt/config-3.14 index 0e80f96d7c8b..236786c4ec7b 100644 --- a/target/linux/cobalt/config-3.14 +++ b/target/linux/cobalt/config-3.14 @@ -116,7 +116,6 @@ CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_MII is not set CONFIG_MIPS=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS32_COMPAT=y CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=y diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 6e70ba77bdc1..27a8dd3c3697 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -1939,6 +1939,7 @@ CONFIG_MII=y # CONFIG_MIPS_COBALT is not set # CONFIG_MIPS_FPU_EMU is not set # CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_SEAD3 is not set # CONFIG_MIPS_SIM is not set CONFIG_MISC_DEVICES=y diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 7ad0efcb0a2e..f191b90bba6f 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2034,6 +2034,7 @@ CONFIG_MII=y # CONFIG_MIPS_COBALT is not set # CONFIG_MIPS_FPU_EMULATOR is not set # CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_PARAVIRT is not set # CONFIG_MIPS_SEAD3 is not set # CONFIG_MIPS_SIM is not set diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index ae4030a010c0..a7a73382f767 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -2045,6 +2045,7 @@ CONFIG_MII=y # CONFIG_MIPS_COBALT is not set # CONFIG_MIPS_FPU_EMULATOR is not set # CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_PARAVIRT is not set # CONFIG_MIPS_SEAD3 is not set # CONFIG_MIPS_SIM is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index ae4030a010c0..ab2828ed5633 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -2044,6 +2044,7 @@ CONFIG_MII=y # CONFIG_MIPS_ALCHEMY is not set # CONFIG_MIPS_COBALT is not set # CONFIG_MIPS_FPU_EMULATOR is not set +# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_MALTA is not set # CONFIG_MIPS_PARAVIRT is not set # CONFIG_MIPS_SEAD3 is not set diff --git a/target/linux/lantiq/config-3.18 b/target/linux/lantiq/config-3.18 index 148d10415197..9824b37cd79f 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 3d525a42f920..dd353aa20498 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 d7f7c3945775..687c3cdd7702 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 diff --git a/target/linux/malta/config-3.14 b/target/linux/malta/config-3.14 index 0322b9cf99a6..387bee226388 100644 --- a/target/linux/malta/config-3.14 +++ b/target/linux/malta/config-3.14 @@ -153,7 +153,6 @@ CONFIG_MIPS_MT=y CONFIG_MIPS_MT_FPAFF=y CONFIG_MIPS_MT_SMP=y # CONFIG_MIPS_MT_SMTC is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y diff --git a/target/linux/malta/config-3.18 b/target/linux/malta/config-3.18 index 877e60a5cc4f..3845c16cbf53 100644 --- a/target/linux/malta/config-3.18 +++ b/target/linux/malta/config-3.18 @@ -156,7 +156,6 @@ CONFIG_MIPS_MT=y CONFIG_MIPS_MT_FPAFF=y CONFIG_MIPS_MT_SMP=y # CONFIG_MIPS_MT_SMTC is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y diff --git a/target/linux/malta/config-3.19 b/target/linux/malta/config-3.19 index bd12d69824b2..1afc847bd5c8 100644 --- a/target/linux/malta/config-3.19 +++ b/target/linux/malta/config-3.19 @@ -156,7 +156,6 @@ CONFIG_MIPS_MT=y CONFIG_MIPS_MT_FPAFF=y CONFIG_MIPS_MT_SMP=y # CONFIG_MIPS_MT_SMTC is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y diff --git a/target/linux/netlogic/config-default b/target/linux/netlogic/config-default index 9ec715500b7c..f93fd347bfc2 100644 --- a/target/linux/netlogic/config-default +++ b/target/linux/netlogic/config-default @@ -110,7 +110,6 @@ CONFIG_MIPS32_O32=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_MODULES_USE_ELF_RELA=y # CONFIG_MOXA_INTELLIO is not set diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index 79f1efe2c071..c8364cffdc4e 100644 --- a/target/linux/octeon/config-3.14 +++ b/target/linux/octeon/config-3.14 @@ -143,7 +143,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=7 CONFIG_MIPS_L1_CACHE_SHIFT_7=y # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PGD_C0_CONTEXT=y CONFIG_MODULES_USE_ELF_REL=y CONFIG_MODULES_USE_ELF_RELA=y diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18 index 2055aef2a9df..ad6ac279d1b8 100644 --- a/target/linux/octeon/config-3.18 +++ b/target/linux/octeon/config-3.18 @@ -149,7 +149,6 @@ CONFIG_MIPS32_O32=y CONFIG_MIPS_L1_CACHE_SHIFT=7 CONFIG_MIPS_L1_CACHE_SHIFT_7=y # CONFIG_MIPS_MACHINE is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_PARAVIRT is not set CONFIG_MIPS_PGD_C0_CONTEXT=y CONFIG_MODULES_USE_ELF_REL=y diff --git a/target/linux/ramips/mt7620/config-3.14 b/target/linux/ramips/mt7620/config-3.14 index 7e117811394b..6ff1eaddfeee 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 daf47eceded6..14d38a687802 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 diff --git a/target/linux/ramips/mt7621/config-3.14 b/target/linux/ramips/mt7621/config-3.14 index c71a847dcd6f..4947a1bf02ec 100644 --- a/target/linux/ramips/mt7621/config-3.14 +++ b/target/linux/ramips/mt7621/config-3.14 @@ -108,7 +108,6 @@ CONFIG_MIPS_MT=y CONFIG_MIPS_MT_FPAFF=y CONFIG_MIPS_MT_SMP=y # CONFIG_MIPS_MT_SMTC is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y diff --git a/target/linux/ramips/mt7621/config-3.18 b/target/linux/ramips/mt7621/config-3.18 index 74264902a85d..29c97f41d06c 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -115,7 +115,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT_6=y CONFIG_MIPS_MT=y CONFIG_MIPS_MT_FPAFF=y CONFIG_MIPS_MT_SMP=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y diff --git a/target/linux/ramips/mt7628/config-3.14 b/target/linux/ramips/mt7628/config-3.14 index f494df3ca3b8..40c3c19ac8ad 100644 --- a/target/linux/ramips/mt7628/config-3.14 +++ b/target/linux/ramips/mt7628/config-3.14 @@ -105,7 +105,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=y # CONFIG_MTD_CFI_INTELEXT is not set diff --git a/target/linux/ramips/mt7628/config-3.18 b/target/linux/ramips/mt7628/config-3.18 index 177ba979487c..b3dc853ea85d 100644 --- a/target/linux/ramips/mt7628/config-3.18 +++ b/target/linux/ramips/mt7628/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=y # CONFIG_MTD_CFI_INTELEXT is not set diff --git a/target/linux/ramips/rt288x/config-3.14 b/target/linux/ramips/rt288x/config-3.14 index a6451dd47074..84e73750ff10 100644 --- a/target/linux/ramips/rt288x/config-3.14 +++ b/target/linux/ramips/rt288x/config-3.14 @@ -99,7 +99,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=4 CONFIG_MIPS_L1_CACHE_SHIFT_4=y # 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_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/ramips/rt288x/config-3.18 b/target/linux/ramips/rt288x/config-3.18 index 563e923080b3..36b48643e7ee 100644 --- a/target/linux/ramips/rt288x/config-3.18 +++ b/target/linux/ramips/rt288x/config-3.18 @@ -99,7 +99,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=4 CONFIG_MIPS_L1_CACHE_SHIFT_4=y # 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_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/ramips/rt305x/config-3.14 b/target/linux/ramips/rt305x/config-3.14 index 943424763a14..21816f1f960b 100644 --- a/target/linux/ramips/rt305x/config-3.14 +++ b/target/linux/ramips/rt305x/config-3.14 @@ -100,7 +100,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_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/ramips/rt305x/config-3.18 b/target/linux/ramips/rt305x/config-3.18 index eab2b93d1d92..593ce72f6029 100644 --- a/target/linux/ramips/rt305x/config-3.18 +++ b/target/linux/ramips/rt305x/config-3.18 @@ -105,7 +105,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_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/ramips/rt3883/config-3.14 b/target/linux/ramips/rt3883/config-3.14 index 00cddae9b24e..8bd3b41b313d 100644 --- a/target/linux/ramips/rt3883/config-3.14 +++ b/target/linux/ramips/rt3883/config-3.14 @@ -100,7 +100,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_MLX5_CORE is not set CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MTD_CFI_INTELEXT is not set diff --git a/target/linux/ramips/rt3883/config-3.18 b/target/linux/ramips/rt3883/config-3.18 index e5ab48db96ab..483111a0117d 100644 --- a/target/linux/ramips/rt3883/config-3.18 +++ b/target/linux/ramips/rt3883/config-3.18 @@ -106,7 +106,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_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/rb532/config-3.14 b/target/linux/rb532/config-3.14 index d14a04f36f65..5e7dd3d1dfd2 100644 --- a/target/linux/rb532/config-3.14 +++ b/target/linux/rb532/config-3.14 @@ -91,7 +91,6 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=4 # 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_MTD_BLOCK2MTD=y CONFIG_MTD_CFI_ADV_OPTIONS=y -- 2.30.2