summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r--extra/Configs/Config.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh
index eeee4ba26..4bc77625b 100644
--- a/extra/Configs/Config.sh
+++ b/extra/Configs/Config.sh
@@ -71,7 +71,11 @@ endchoice
config ARCH_HAS_NO_MMU
bool
- default y if CONFIG_SH2 || CONFIG_SH3
+ default y if CONFIG_SH2
+
+config ARCH_HAS_NO_FPU
+ bool
+ default y if CONFIG_SH2 || CONFIG_SH3
source "extra/Configs/Config.in.arch"