aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ead6172692db..cb66b5745fa0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -602,7 +602,7 @@ comment "At least one emulation must be selected"
602 602
603config FPE_NWFPE 603config FPE_NWFPE
604 bool "NWFPE math emulation" 604 bool "NWFPE math emulation"
605 depends on !AEABI 605 depends on !AEABI || OABI_COMPAT
606 ---help--- 606 ---help---
607 Say Y to include the NWFPE floating point emulator in the kernel. 607 Say Y to include the NWFPE floating point emulator in the kernel.
608 This is necessary to run most binaries. Linux does not currently 608 This is necessary to run most binaries. Linux does not currently
@@ -626,7 +626,7 @@ config FPE_NWFPE_XP
626 626
627config FPE_FASTFPE 627config FPE_FASTFPE
628 bool "FastFPE math emulation (EXPERIMENTAL)" 628 bool "FastFPE math emulation (EXPERIMENTAL)"
629 depends on !AEABI && !CPU_32v3 && EXPERIMENTAL 629 depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
630 ---help--- 630 ---help---
631 Say Y here to include the FAST floating point emulator in the kernel. 631 Say Y here to include the FAST floating point emulator in the kernel.
632 This is an experimental much faster emulator which now also has full 632 This is an experimental much faster emulator which now also has full