aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/android/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 178450876314..247194992374 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -6,6 +6,8 @@ config ANDROID
6 ---help--- 6 ---help---
7 Enable support for various drivers needed on the Android platform 7 Enable support for various drivers needed on the Android platform
8 8
9if ANDROID
10
9config ANDROID_BINDER_IPC 11config ANDROID_BINDER_IPC
10 bool "Android Binder IPC Driver" 12 bool "Android Binder IPC Driver"
11 default n 13 default n
@@ -88,4 +90,6 @@ config ANDROID_LOW_MEMORY_KILLER
88 ---help--- 90 ---help---
89 Register processes to be killed when memory is low 91 Register processes to be killed when memory is low
90 92
93endif # if ANDROID
94
91endmenu 95endmenu