Staging: android: fix Kconfig issues
[safe/jmp/linux-2.6] / drivers / staging / android / Kconfig
index 1784508..2471949 100644 (file)
@@ -6,6 +6,8 @@ config ANDROID
        ---help---
          Enable support for various drivers needed on the Android platform
 
+if ANDROID
+
 config ANDROID_BINDER_IPC
        bool "Android Binder IPC Driver"
        default n
@@ -88,4 +90,6 @@ config ANDROID_LOW_MEMORY_KILLER
        ---help---
          Register processes to be killed when memory is low
 
+endif # if ANDROID
+
 endmenu