Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27ab58b3 authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

ANDROID: binder: make 32bit of IPC driver configureable



Make 32bit of IPC driver configurable so that we can change
the behaviour in defconfig.

Change-Id: If82c1316ad6f7732a782149e26a2524146237913
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 378dc16e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@ config ANDROID_BINDER_DEVICES
	  therefore logically separated from the other devices.

config ANDROID_BINDER_IPC_32BIT
	bool
	bool "Android Binder IPC 32BIT Driver"
	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.