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/lantiq/xrx200 | |
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/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/config-3.14 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |