Commit 1acec6a2 authored by John Stultz's avatar John Stultz Committed by Greg Kroah-Hartman

staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BIT

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: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent da49889d
...@@ -21,8 +21,9 @@ config ANDROID_BINDER_IPC ...@@ -21,8 +21,9 @@ config ANDROID_BINDER_IPC
between said processes. between said processes.
config ANDROID_BINDER_IPC_32BIT config ANDROID_BINDER_IPC_32BIT
bool "Use old 32-bit binder api" bool "Use old (Android 4.4 and earlier) 32-bit binder API"
depends on !64BIT depends on !64BIT && ANDROID_BINDER_IPC
default y
---help--- ---help---
The Binder API has been changed to support both 32 and 64bit The Binder API has been changed to support both 32 and 64bit
applications in a mixed environment. applications in a mixed environment.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment