summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Config.in.mips')
-rw-r--r--arch/Config.in.mips8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index f8e57bab33..eaabb625cc 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -28,9 +28,9 @@ config BR2_MIPS_CPU_MIPS64R6
choice
prompt "Target Architecture Variant"
- depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
default BR2_mips_32 if BR2_mips || BR2_mipsel
default BR2_mips_64 if BR2_mips64 || BR2_mips64el
+ depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
help
Specific CPU variant to use
@@ -118,8 +118,8 @@ endchoice
choice
prompt "Target ABI"
- depends on BR2_mips64 || BR2_mips64el
default BR2_MIPS_NABI32
+ depends on BR2_mips64 || BR2_mips64el
help
Application Binary Interface to use
@@ -145,8 +145,8 @@ config BR2_MIPS_SOFT_FLOAT
choice
prompt "FP mode"
- depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
default BR2_MIPS_FP32_MODE_XX
+ depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
help
MIPS32 supports different FP modes (32,xx,64). Information about FP
modes can be found here:
@@ -180,8 +180,8 @@ config BR2_MIPS_NAN_2008
choice
prompt "Target NaN"
- depends on BR2_mips_32r5 || BR2_mips_64r5
default BR2_MIPS_ENABLE_NAN_2008
+ depends on BR2_mips_32r5 || BR2_mips_64r5
help
MIPS supports two different NaN encodings, legacy and 2008.
Information about MIPS NaN encodings can be found here:
OpenPOWER on IntegriCloud