diff options
author | Arve Hjønnevåg <arve@android.com> | 2008-10-14 17:38:04 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:37:53 -0800 |
commit | eb87eb5a288da70263bc424dbe20a9eb0a468f82 (patch) | |
tree | 4de7bc368bf49e83e1bdd5ed18c5d171d79fad1b /drivers/rtc/Kconfig | |
parent | 8d0aa9f0bbb71790756d60c2a4550f7428ee7869 (diff) |
rtc: Add android alarm driver.
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 5a538fc1cc85..7f1abd6949e8 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -106,6 +106,16 @@ config RTC_INTF_DEV_UIE_EMUL clock several times per second, please enable this option only if you know that you really need it. +config RTC_INTF_ALARM + bool "Android alarm driver" + depends on RTC_CLASS + default y + help + Provides non-wakeup and rtc backed wakeup alarms based on rtc or + elapsed realtime, and a non-wakeup alarm on the monotonic clock. + Also provides an ioctl to set the wall time which must be used + for elapsed realtime to work. + config RTC_DRV_TEST tristate "Test driver/device" help |