diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig index d0829da51e..8b9c6c1ae9 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