diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-07 04:55:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-07 04:55:09 -0400 |
commit | ae318a148e4d255dfbc87d963fdd6031c2af9c46 (patch) | |
tree | 2097e446bc4a9a0fe70d12a02341645f03825d69 /arch/sh/Kconfig | |
parent | ee1acbfabd5270b40ce2cfdc202070b7ca91cdff (diff) |
sh: sh64 still needs ARCH_USES_GETTIMEOFFSET temporarily.
sh64 is still using this, so re-enable it temporarily while SH-5 gets
converted to use the generic code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 4 |
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 | |||
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 | |||
144 | config IO_TRAPPED | 148 | config IO_TRAPPED |
145 | bool | 149 | bool |
146 | 150 | ||