diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index b3b8a043e..8538bcc65 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -48,3 +48,8 @@ config CONFIG_SH4 bool "SH4" endchoice + +config ARCH_HAS_BWD_MEMCPY + bool + default y + depends on CONFIG_SH4 |