summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/arch-variant.kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/arch-variant.kconfig b/kconfig/arch-variant.kconfig
index 8b66b93..80bb1dc 100644
--- a/kconfig/arch-variant.kconfig
+++ b/kconfig/arch-variant.kconfig
@@ -39,13 +39,13 @@ choice
config EMBTK_SOFTFLOAT
bool "Soft floating point"
- select KEMBTK_UCLIBC_UCLIBC_HAS_FPU if EMBTK_CLIB_UCLIBC
help
Select if your CPU does not have hardware floating point unit or
kernel floating point emulation.
config EMBTK_HARDFLOAT
bool "Hard floating point"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_FPU if EMBTK_CLIB_UCLIBC
help
Select if your CPU has a hardware floating point unit.
endchoice