]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/android/Kconfig
android-alarm: Remove unused android alarm in-kernel interfaces
[~andy/linux] / drivers / staging / android / Kconfig
index 08a3b1133d29ed476ed21e99a3a75d39a74cda3d..84ac619ba87ae8120859b7a7a435b39eff8fe9af 100644 (file)
@@ -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