Skip to content

Commit b7f1e27

Browse files
committed
MIPS: Hide CONFIG_MIPS_O32_FP64_SUPPORT prompt for >= MIPSr6
From MIPSr6 onwards FP64 support is mandatory, and so CONFIG_MIPS_O32_FP64_SUPPORT is always selected for configurations which support O32 binaries. Hide the useless unchangeable prompt in these cases. Signed-off-by: Paul Burton <[email protected]> Patchwork: https://patchwork.linux-mips.org/patch/21019/ Cc: [email protected]
1 parent a013ba3 commit b7f1e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2903,7 +2903,7 @@ config SECCOMP
29032903
If unsure, say Y. Only embedded should say N here.
29042904

29052905
config MIPS_O32_FP64_SUPPORT
2906-
bool "Support for O32 binaries using 64-bit FP"
2906+
bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6
29072907
depends on 32BIT || MIPS32_O32
29082908
help
29092909
When this is enabled, the kernel will support use of 64-bit floating

0 commit comments

Comments
 (0)