summaryrefslogtreecommitdiff
path: root/kconfig/arch-variant.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/arch-variant.kconfig')
-rw-r--r--kconfig/arch-variant.kconfig11
1 files changed, 5 insertions, 6 deletions
diff --git a/kconfig/arch-variant.kconfig b/kconfig/arch-variant.kconfig
index 55d32f6..8b66b93 100644
--- a/kconfig/arch-variant.kconfig
+++ b/kconfig/arch-variant.kconfig
@@ -39,15 +39,14 @@ choice
config EMBTK_SOFTFLOAT
bool "Soft floating point"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_FPU if EMBTK_CLIB_UCLIBC
help
- Select if your CPU has a hardware floating point unit.
- If you say no here, your toolchain will be built without
- software floating point.
+ Select if your CPU does not have hardware floating point unit or
+ kernel floating point emulation.
+
config EMBTK_HARDFLOAT
bool "Hard floating point"
help
- Select if your CPU has a hardware floating point unit.
- If you say no here, your toolchain will be built without
- hardware floating point.
+ Select if your CPU has a hardware floating point unit.
endchoice