diff options
author | john stultz <johnstul@us.ibm.com> | 2009-05-01 16:10:28 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-03 04:32:55 -0400 |
commit | 7563431107f6debf57c1dbecfb9498cf31a1c036 (patch) | |
tree | 50e473f8eb90069b6e64675ee582dd3be76fbaef /arch/sh/Kconfig | |
parent | d80498398276ca8eee7ebdbe0d47e06d01317439 (diff) |
time: sh: convert to use arch_getoffset() infrastructure
Convert sh to use GENERIC_TIME via the arch_getoffset() infrastructure.
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7e96adea9602..6f91478826d5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -75,7 +75,7 @@ config GENERIC_IOMAP | |||
75 | bool | 75 | bool |
76 | 76 | ||
77 | config GENERIC_TIME | 77 | config GENERIC_TIME |
78 | def_bool n | 78 | def_bool y |
79 | 79 | ||
80 | config GENERIC_CLOCKEVENTS | 80 | config GENERIC_CLOCKEVENTS |
81 | def_bool n | 81 | def_bool n |