summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAlessandro Zummo2007-07-17 13:05:01 +0200
committerLinus Torvalds2007-07-17 19:23:09 +0200
commit4c4e139ee9d5169ba75a1b918949d95323bc17ea (patch)
treec3a5ecf42aeef7a79b6d2bad0e82924b5c0691a4 /drivers/rtc/Kconfig
parentDriver for the Atmel on-chip RTC on AT32AP700x devices (diff)
downloadkernel-qcow2-linux-4c4e139ee9d5169ba75a1b918949d95323bc17ea.tar.gz
kernel-qcow2-linux-4c4e139ee9d5169ba75a1b918949d95323bc17ea.tar.xz
kernel-qcow2-linux-4c4e139ee9d5169ba75a1b918949d95323bc17ea.zip
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/Kconfig')
-rw-r--r--drivers/rtc/Kconfig1
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
config RTC_CLASS
tristate "RTC class"
- depends on EXPERIMENTAL
default n
select RTC_LIB
help