Signed-off-by: Paul Burton <paul.burton@xxxxxxxx> --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8272ea4c7264..cf0f5a55a0a4 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2902,7 +2902,7 @@ config SECCOMP If unsure, say Y. Only embedded should say N here. config MIPS_O32_FP64_SUPPORT - bool "Support for O32 binaries using 64-bit FP" + bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6 depends on 32BIT || MIPS32_O32 help When this is enabled, the kernel will support use of 64-bit floating -- 2.19.1