aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 565f39042ad9..02688d7909a1 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -141,6 +141,10 @@ config ARCH_NO_VIRT_TO_BUS
141config ARCH_HAS_DEFAULT_IDLE 141config ARCH_HAS_DEFAULT_IDLE
142 def_bool y 142 def_bool y
143 143
144config ARCH_USES_GETTIMEOFFSET
145 def_bool y
146 depends on SUPERH64
147
144config IO_TRAPPED 148config IO_TRAPPED
145 bool 149 bool
146 150