aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-27 17:34:39 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-04-27 17:34:39 +0900
commit47c8a08bbe77ad3c06f63919a14b0f0b0cd54390 (patch)
tree0cc31001058390e56bb1437553adfbe451cd714d /arch/sh/Kconfig
parentsh: select GENERIC_TIME for new CMT driver. (diff)
downloadlinux-dev-47c8a08bbe77ad3c06f63919a14b0f0b0cd54390.tar.xz
linux-dev-47c8a08bbe77ad3c06f63919a14b0f0b0cd54390.zip
sh: rtc-generic support.
This adds rtc-generic support for SUPERH32. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 164748945f95..9db02ced57a5 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -30,6 +30,7 @@ config SUPERH32
select HAVE_DYNAMIC_FTRACE
select HAVE_ARCH_KGDB
select ARCH_HIBERNATION_POSSIBLE if MMU
+ select RTC_LIB
config SUPERH64
def_bool ARCH = "sh64"