mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
drivers/timers: RTC_PERIODIC is no longer EXPERIMENTAL, remove unimplemented EXPERIMENTAL RTC configuration variables.
This commit is contained in:
parent
7769bd490c
commit
3d14b63e8f
1 changed files with 0 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue