Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304400
b: refs/heads/master
c: ef2353d
h: refs/heads/master
v: v3
  • Loading branch information
John Stultz authored and Greg Kroah-Hartman committed Apr 20, 2012
1 parent ee4f616 commit 6ca2970
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 646 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8793260980b0fc356af3bf11abea82650b0d595
refs/heads/master: ef2353d26bdc44c78713da1a6eb2325ba9dac6f7
21 changes: 2 additions & 19 deletions trunk/drivers/staging/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,14 @@ config ANDROID_LOW_MEMORY_KILLER

source "drivers/staging/android/switch/Kconfig"

config ANDROID_INTF_ALARM
config ANDROID_INTF_ALARM_DEV
bool "Android alarm driver"
depends on RTC_CLASS
default n
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.

config ANDROID_ALARM_OLDDRV_COMPAT
bool "Android Alarm compatability with old drivers"
depends on ANDROID_INTF_ALARM
default n
help
Provides preprocessor alias to aid compatability with
older out-of-tree drivers that use the Android Alarm
in-kernel API. This will be removed eventually.
Also exports the alarm interface to user-space.

endif # if ANDROID

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o
obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o
obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o
obj-$(CONFIG_ANDROID_SWITCH) += switch/
obj-$(CONFIG_ANDROID_INTF_ALARM) += alarm.o
obj-$(CONFIG_ANDROID_INTF_ALARM_DEV) += alarm-dev.o
Loading

0 comments on commit 6ca2970

Please sign in to comment.