diff options
author | Alessandro Zummo <alessandro.zummo@towertech.it> | 2007-07-17 07:05:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:09 -0400 |
commit | 4c4e139ee9d5169ba75a1b918949d95323bc17ea (patch) | |
tree | c3a5ecf42aeef7a79b6d2bad0e82924b5c0691a4 /drivers/rtc | |
parent | fa04e78b2d44cb923177d7e6988ac32639beb2d0 (diff) |
RTC_CLASS is no longer considered EXPERIMENTAL
RTC class is mature enough.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index d2bd8de9403f..361b1f4feed0 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -10,7 +10,6 @@ config RTC_LIB | |||
10 | 10 | ||
11 | config RTC_CLASS | 11 | config RTC_CLASS |
12 | tristate "RTC class" | 12 | tristate "RTC class" |
13 | depends on EXPERIMENTAL | ||
14 | default n | 13 | default n |
15 | select RTC_LIB | 14 | select RTC_LIB |
16 | help | 15 | help |