|
@@ -602,7 +602,7 @@ comment "At least one emulation must be selected"
|
|
|
|
|
|
config FPE_NWFPE
|
|
|
bool "NWFPE math emulation"
|
|
|
- depends on !AEABI
|
|
|
+ depends on !AEABI || OABI_COMPAT
|
|
|
---help---
|
|
|
Say Y to include the NWFPE floating point emulator in the kernel.
|
|
|
This is necessary to run most binaries. Linux does not currently
|
|
@@ -626,7 +626,7 @@ config FPE_NWFPE_XP
|
|
|
|
|
|
config FPE_FASTFPE
|
|
|
bool "FastFPE math emulation (EXPERIMENTAL)"
|
|
|
- depends on !AEABI && !CPU_32v3 && EXPERIMENTAL
|
|
|
+ depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
|
|
|
---help---
|
|
|
Say Y here to include the FAST floating point emulator in the kernel.
|
|
|
This is an experimental much faster emulator which now also has full
|