aboutsummaryrefslogtreecommitdiff
path: root/drivers/android/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/android/Kconfig')
-rw-r--r--drivers/android/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig
index a82fc022d..f06b07038 100644
--- a/drivers/android/Kconfig
+++ b/drivers/android/Kconfig
@@ -32,9 +32,9 @@ config ANDROID_BINDER_DEVICES
therefore logically separated from the other devices.
config ANDROID_BINDER_IPC_32BIT
- bool
+ bool "Use old (Android 4.4 and earlier) 32-bit binder API"
depends on !64BIT && ANDROID_BINDER_IPC
- default y
+ default n
---help---
The Binder API has been changed to support both 32 and 64bit
applications in a mixed environment.