diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0a631d0f75f1..ec2beabb193c 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -90,6 +90,9 @@ config ARCH_HAS_ILOG2_U64 | |||
90 | bool | 90 | bool |
91 | default n | 91 | default n |
92 | 92 | ||
93 | config ARCH_NO_VIRT_TO_BUS | ||
94 | def_bool y | ||
95 | |||
93 | source "init/Kconfig" | 96 | source "init/Kconfig" |
94 | 97 | ||
95 | menu "System type" | 98 | menu "System type" |