summaryrefslogtreecommitdiff
path: root/kconfig/arch.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/arch.kconfig')
-rw-r--r--kconfig/arch.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/arch.kconfig b/kconfig/arch.kconfig
index 2d8d3ed..72783b4 100644
--- a/kconfig/arch.kconfig
+++ b/kconfig/arch.kconfig
@@ -34,6 +34,7 @@ choice
select EMBTK_32BITS_FS
config EMBTK_ARCH_MIPS
bool "MIPS"
+ select EMBTK_TARGET_ARCH_MAYUSE_FPU
# config EMBTK_ARCH_M68k
# bool "M68k (unsupported yet)"
# config EMBTK_ARCH_POWERPC
@@ -83,3 +84,8 @@ config EMBTK_TARGET_ARCH_BIG_ENDIAN
select KEMBTK_UCLIBC_ARCH_WANTS_BIG_ENDIAN if EMBTK_CLIB_UCLIBC
help
Big endian target
+
+config EMBTK_TARGET_ARCH_MAYUSE_FPU
+ bool
+ help
+ Selected if the arch may optionally use an fpu.