aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/Kconfig
diff options
context:
space:
mode:
authorPramod Gurav <pramod.gurav.etc@gmail.com>2014-06-13 11:49:43 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 17:32:09 -0700
commit32c3f470ec7e427db69d86a3061101ea4a5c681f (patch)
tree488c8498861872a19e27ae402287fe9bc8744873 /drivers/staging/android/Kconfig
parentalarmtimer: Export symbols of alarmtimer_get_rtcdev (diff)
downloadlinux-dev-32c3f470ec7e427db69d86a3061101ea4a5c681f.tar.xz
linux-dev-32c3f470ec7e427db69d86a3061101ea4a5c681f.zip
staging: alarm-dev: Support to Compile as Module
Currently this alarm-dev can be compiles only as built in driver. This adds support to compile it as module as well which is in planned activity (See drivers/staging/android/TODO) CC: Brian Swetland <swetland@google.com> Signed-off-by: Pramod Gurav <pramod.gurav.etc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r--drivers/staging/android/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 99e484f845f2..c359317abadf 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -76,7 +76,7 @@ config ANDROID_LOW_MEMORY_KILLER
Registers processes to be killed when memory is low
config ANDROID_INTF_ALARM_DEV
- bool "Android alarm driver"
+ tristate "Android alarm driver"
depends on RTC_CLASS
default n
---help---