summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/Kconfig
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2012-02-09 14:24:36 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-10 10:06:43 -0800
commitfe8d2727ffa65bcb516b4947bec1c546841e7d25 (patch)
treeb3c15f50b0d46972a31b607dde4e2acf115923c4 /drivers/staging/android/Kconfig
parent79ef07162fb088f8afe7709881e2b5e2a4098202 (diff)
downloadop-kernel-dev-fe8d2727ffa65bcb516b4947bec1c546841e7d25.zip
op-kernel-dev-fe8d2727ffa65bcb516b4947bec1c546841e7d25.tar.gz
staging: android-alarm: Reenable android alarm driver
Now that it builds, re-enable android alarm driver in the makefile and kconfig CC: Arve Hjønnevåg <arve@android.com> CC: Android Kernel Team <kernel-team@android.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r--drivers/staging/android/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index becf711..2a2b386 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -105,6 +105,23 @@ config ANDROID_PMEM
source "drivers/staging/android/switch/Kconfig"
+config ANDROID_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 interface to set the wall time which must be used
+ for elapsed realtime to work.
+
+config ANDROID_INTF_ALARM_DEV
+ bool "Android alarm device"
+ depends on ANDROID_INTF_ALARM
+ default y
+ help
+ Exports the alarm interface to user-space.
+
endif # if ANDROID
endmenu
OpenPOWER on IntegriCloud