staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BIT
authorJohn Stultz <john.stultz@linaro.org>
Fri, 21 Feb 2014 22:40:27 +0000 (14:40 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Feb 2014 00:29:40 +0000 (16:29 -0800)
Add a more clear explanation of the option in the prompt, and
make the config depend on ANDROID_BINDER_IPC being selected.

Also sets the default to y, which matches AOSP.

Cc: Colin Cross <ccross@android.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Serban Constantinescu <serban.constantinescu@arm.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig

index 3559690273aad2340fdbe84f1f761aac0c5a0fca..1c779efc21aa486fdabf91e452f74321f5627996 100644 (file)
@@ -21,8 +21,9 @@ config ANDROID_BINDER_IPC
          between said processes.
 
 config ANDROID_BINDER_IPC_32BIT
-       bool "Use old 32-bit binder api"
-       depends on !64BIT
+       bool "Use old (Android 4.4 and earlier) 32-bit binder API"
+       depends on !64BIT && ANDROID_BINDER_IPC
+       default y
        ---help---
          The Binder API has been changed to support both 32 and 64bit
          applications in a mixed environment.
This page took 0.026488 seconds and 5 git commands to generate.