diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.cpu | 2 | ||||
-rw-r--r-- | target/config/Config.in.float | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index b7d17d942..77328d8ec 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -504,6 +504,7 @@ config ADK_TARGET_CPU_CSKY_CK810F select ADK_TARGET_SUPPORTS_LT select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU + select ADK_TARGET_CPU_WITH_FPU depends on ADK_TARGET_ARCH_CSKY depends on ADK_TARGET_LITTLE_ENDIAN @@ -513,6 +514,7 @@ config ADK_TARGET_CPU_CSKY_CK807F select ADK_TARGET_SUPPORTS_LT select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU + select ADK_TARGET_CPU_WITH_FPU depends on ADK_TARGET_ARCH_CSKY depends on ADK_TARGET_LITTLE_ENDIAN diff --git a/target/config/Config.in.float b/target/config/Config.in.float index 842b38f0b..4264dd437 100644 --- a/target/config/Config.in.float +++ b/target/config/Config.in.float @@ -4,6 +4,7 @@ choice ADK_TARGET_FLOAT_MODE prompt "Float configuration" depends on ADK_TARGET_ARCH_ARM || \ + ADK_TARGET_ARCH_CSKY || \ ADK_TARGET_ARCH_M68K || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_NIOS2 || \ |