diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 03:12:17 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 03:12:17 -0400 |
commit | add47067a8ca324e9d26c4373350dc3cce7f1e7f (patch) | |
tree | 2ee7062a8e9b42d0452b5ca2e848483366f1f598 /arch/sh/Kconfig | |
parent | c2ecb4c4a7da16288062a057b693b7b1e16aaf88 (diff) |
sh: Finish the sh64 migration off of ARCH_USES_GETTIMEOFFSET.
This adds sh_tmu support to the SH-5 subtypes, which subsequently allows
us to kill off time_64.c and use the now generic time_32.c. As a bonus,
SH-5 now supports highres timers and tickless for the first time.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 88eb118e9fa6..ca5c09b241c3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -141,10 +141,6 @@ config ARCH_NO_VIRT_TO_BUS | |||
141 | config ARCH_HAS_DEFAULT_IDLE | 141 | config ARCH_HAS_DEFAULT_IDLE |
142 | def_bool y | 142 | def_bool y |
143 | 143 | ||
144 | config ARCH_USES_GETTIMEOFFSET | ||
145 | def_bool y | ||
146 | depends on SUPERH64 | ||
147 | |||
148 | config IO_TRAPPED | 144 | config IO_TRAPPED |
149 | bool | 145 | bool |
150 | 146 | ||
@@ -190,6 +186,7 @@ config CPU_SH4AL_DSP | |||
190 | config CPU_SH5 | 186 | config CPU_SH5 |
191 | bool | 187 | bool |
192 | select CPU_HAS_FPU | 188 | select CPU_HAS_FPU |
189 | select SYS_SUPPORTS_TMU | ||
193 | 190 | ||
194 | config CPU_SHX2 | 191 | config CPU_SHX2 |
195 | bool | 192 | bool |