diff options
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r-- | extra/Configs/Config.sh | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 8538bcc65..a1e8f9666 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -7,6 +7,10 @@ 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 @@ -50,6 +54,9 @@ config CONFIG_SH4 endchoice config ARCH_HAS_BWD_MEMCPY - bool - default y - depends on CONFIG_SH4 + bool + default y + depends on CONFIG_SH4 + +endmenu +source "extra/Configs/Config.in.common" |