From 3d14b63e8fd46f6e0944036474bdac5fae3f3ad5 Mon Sep 17 00:00:00 2001 From: Juha Niskanen Date: Mon, 17 Sep 2018 06:27:37 -0600 Subject: [PATCH] drivers/timers: RTC_PERIODIC is no longer EXPERIMENTAL, remove unimplemented EXPERIMENTAL RTC configuration variables. --- drivers/timers/Kconfig | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig index d0829da51ee..8b9c6c1ae99 100644 --- a/drivers/timers/Kconfig +++ b/drivers/timers/Kconfig @@ -126,32 +126,9 @@ config RTC_ARCH config RTC_PERIODIC bool "RTC Periodic Interrupts" default n - depends on EXPERIMENTAL ---help--- Add interrupt controls for RTCs that support periodic interrupts. -config RTC_ONESEC - bool "RTC Once-per-second interrupts" - default n - depends on EXPERIMENTAL - ---help--- - Add interrupt controls for RTCs that support once-per-second interrupts. - -config RTC_EPOCHYEAR - bool "RTC epoch year" - default n - depends on EXPERIMENTAL - ---help--- - Add controls for RTCs that support epoch year settings. - - Many RTCs encode the year in an 8-bit register which is either interpreted - as an 8-bit binary number or as a BCD number. In both cases, the number is - interpreted relative to this RTC's Epoch. The RTC's Epoch is initialized to - 1900 on most systems but on Alpha and MIPS it might also be initialized to - 1952, 1980, or 2000, depending on the value of an RTC register for the year. - With some RTCs, these operations can be used to read or to set the RTC's - Epoch, respectively. - config RTC_IOCTL bool "RTC IOCTLs" default n