staging: alarm-dev: Support to Compile as Module
authorPramod Gurav <pramod.gurav.etc@gmail.com>
Fri, 13 Jun 2014 06:19:43 +0000 (11:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:32:09 +0000 (17:32 -0700)
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>
drivers/staging/android/Kconfig

index 99e484f845f2ec0d99ca53107c94b300feb5aaf3..c359317abadf125460a5fdd41b928405a5111fd1 100644 (file)
@@ -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---
This page took 0.025779 seconds and 5 git commands to generate.