diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-27 17:34:39 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-27 17:34:39 +0900 |
commit | 47c8a08bbe77ad3c06f63919a14b0f0b0cd54390 (patch) | |
tree | 0cc31001058390e56bb1437553adfbe451cd714d /arch/sh/Kconfig | |
parent | 5be7c0a4d3dfe25091f2e4e524103e81d9e7e180 (diff) | |
download | kernel_samsung_crespo-47c8a08bbe77ad3c06f63919a14b0f0b0cd54390.zip kernel_samsung_crespo-47c8a08bbe77ad3c06f63919a14b0f0b0cd54390.tar.gz kernel_samsung_crespo-47c8a08bbe77ad3c06f63919a14b0f0b0cd54390.tar.bz2 |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1647489..9db02ce 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" |