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 | 3139140339ec3e6db2cc2d91bb6fbedbb12b6578 (patch) | |
tree | 674eb0da68703c082ef5a538bcc744b32b1d4aef /target/linux/generic | |
parent | 18322746de45d8c31f7c574dadb2129e696edb78 (diff) | |
download | upstream-3139140339ec3e6db2cc2d91bb6fbedbb12b6578.tar.gz upstream-3139140339ec3e6db2cc2d91bb6fbedbb12b6578.tar.bz2 upstream-3139140339ec3e6db2cc2d91bb6fbedbb12b6578.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>
SVN-Revision: 44583
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.19 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 6e70ba77bd..27a8dd3c36 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 7ad0efcb0a..f191b90bba 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 ae4030a010..a7a73382f7 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 ae4030a010..ab2828ed56 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 |