From 39e713419ca2dde12c5b0332ff10c7ad4e9c2e81 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Fri, 29 Apr 2011 15:03:11 -0700 Subject: [PATCH] --- yaml --- r: 245638 b: refs/heads/master c: b4d246b12410b53506c311e5e0b6abb71ead65c6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/rtc/Kconfig | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 17f4b79e15c9..40b614b61724 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 472647dcd7e351dbeda750e5ab3e8f7b06d1199a +refs/heads/master: b4d246b12410b53506c311e5e0b6abb71ead65c6 diff --git a/trunk/drivers/rtc/Kconfig b/trunk/drivers/rtc/Kconfig index e1878877399c..42891726ea72 100644 --- a/trunk/drivers/rtc/Kconfig +++ b/trunk/drivers/rtc/Kconfig @@ -3,10 +3,10 @@ # config RTC_LIB - tristate + bool menuconfig RTC_CLASS - tristate "Real Time Clock" + bool "Real Time Clock" default n depends on !S390 select RTC_LIB @@ -15,9 +15,6 @@ menuconfig RTC_CLASS be allowed to plug one or more RTCs to your system. You will probably want to enable one or more of the interfaces below. - This driver can also be built as a module. If so, the module - will be called rtc-core. - if RTC_CLASS config RTC_HCTOSYS