From 03b866d1daeb6c8e46e1d2f9cf624afe5729d93a Mon Sep 17 00:00:00 2001 From: Mister Oyster Date: Sun, 18 Jun 2017 12:21:43 +0200 Subject: binder: merge aosp-common/3.10 binder drivers (uptodate) --- drivers/android/Kconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'drivers/android/Kconfig') diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig index 4f6629d33..a82fc022d 100644 --- a/drivers/android/Kconfig +++ b/drivers/android/Kconfig @@ -19,6 +19,31 @@ config ANDROID_BINDER_IPC Android process, using Binder to identify, invoke and pass arguments between said processes. +config ANDROID_BINDER_DEVICES + string "Android Binder devices" + depends on ANDROID_BINDER_IPC + default "binder" + ---help--- + Default value for the binder.devices parameter. + + The binder.devices parameter is a comma-separated list of strings + that specifies the names of the binder device nodes that will be + created. Each binder device has its own context manager, and is + therefore logically separated from the other devices. + +config ANDROID_BINDER_IPC_32BIT + bool + 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. + + Enable this to support an old 32-bit Android user-space (v4.4 and + earlier). + + Note that enabling this will break newer Android user-space. + endif # if ANDROID endmenu -- cgit v1.2.3