diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 06:48:47 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 06:48:47 -0400 |
commit | 6eac1af01112d1919b1c432f6591e6368e8d538f (patch) | |
tree | 082330649c0d5b6607c6ba1e51f4217dc56f707e /arch/sh/Kconfig | |
parent | b366328335b98373325977e116d2423f500708ac (diff) |
sh: Always select RTC_LIB, not just for SUPERH32.
The RTC_LIB helpers are used in arch/sh/kernel/time.c, which was
previously only the case for the 32-bit variant. Now that this has
become the common implementation, move the RTC_LIB select to reflect
that. Fixes up the sh64 build.
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 d88a61b11d32..6ed16c4548c9 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -15,6 +15,7 @@ config SUPERH | |||
15 | select HAVE_IOREMAP_PROT if MMU | 15 | select HAVE_IOREMAP_PROT if MMU |
16 | select HAVE_ARCH_TRACEHOOK | 16 | select HAVE_ARCH_TRACEHOOK |
17 | select HAVE_DMA_API_DEBUG | 17 | select HAVE_DMA_API_DEBUG |
18 | select RTC_LIB | ||
18 | help | 19 | help |
19 | The SuperH is a RISC processor targeted for use in embedded systems | 20 | The SuperH is a RISC processor targeted for use in embedded systems |
20 | and consumer electronics; it was also used in the Sega Dreamcast | 21 | and consumer electronics; it was also used in the Sega Dreamcast |
@@ -30,7 +31,6 @@ config SUPERH32 | |||
30 | select HAVE_DYNAMIC_FTRACE | 31 | select HAVE_DYNAMIC_FTRACE |
31 | select HAVE_ARCH_KGDB | 32 | select HAVE_ARCH_KGDB |
32 | select ARCH_HIBERNATION_POSSIBLE if MMU | 33 | select ARCH_HIBERNATION_POSSIBLE if MMU |
33 | select RTC_LIB | ||
34 | 34 | ||
35 | config SUPERH64 | 35 | config SUPERH64 |
36 | def_bool ARCH = "sh64" | 36 | def_bool ARCH = "sh64" |