diff options
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r-- | extra/Configs/Config.sh | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index a1e8f9666..8538bcc65 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -7,10 +7,6 @@ config TARGET_ARCH string default "sh" -source "extra/Configs/Config.in.arches" -menu "Target Architecture Features and Options" -source "extra/Configs/Config.in.arch" - config FORCE_OPTIONS_FOR_ARCH bool default y @@ -54,9 +50,6 @@ config CONFIG_SH4 endchoice config ARCH_HAS_BWD_MEMCPY - bool - default y - depends on CONFIG_SH4 - -endmenu -source "extra/Configs/Config.in.common" + bool + default y + depends on CONFIG_SH4 |