Staging: android: lowmemorykiller: fix up remaining checkpatch warnings
[safe/jmp/linux-2.6] / drivers / staging / android / Kconfig
index 502c283..1784508 100644 (file)
@@ -7,8 +7,8 @@ config ANDROID
          Enable support for various drivers needed on the Android platform
 
 config ANDROID_BINDER_IPC
-       tristate "Android Binder IPC Driver"
-       default y
+       bool "Android Binder IPC Driver"
+       default n
 
 config ANDROID_LOGGER
        tristate "Android log driver"
@@ -27,6 +27,7 @@ menuconfig ANDROID_RAM_CONSOLE_ERROR_CORRECTION
        bool "Android RAM Console Enable error correction"
        default n
        depends on ANDROID_RAM_CONSOLE
+       depends on !ANDROID_RAM_CONSOLE_EARLY_INIT
        select REED_SOLOMON
        select REED_SOLOMON_ENC8
        select REED_SOLOMON_DEC8
@@ -72,9 +73,19 @@ config ANDROID_RAM_CONSOLE_EARLY_SIZE
        default 0
        depends on ANDROID_RAM_CONSOLE_EARLY_INIT
 
+config ANDROID_TIMED_OUTPUT
+       bool "Timed output class driver"
+       default y
+
 config ANDROID_TIMED_GPIO
        tristate "Android timed gpio driver"
-       depends on GENERIC_GPIO
+       depends on GENERIC_GPIO && ANDROID_TIMED_OUTPUT
        default n
 
+config ANDROID_LOW_MEMORY_KILLER
+       bool "Android Low Memory Killer"
+       default N
+       ---help---
+         Register processes to be killed when memory is low
+
 endmenu