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

Commit 10fcf3e5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ANDROID: binder: make 32bit of IPC driver configureable"

parents 9c086aa8 27ab58b3
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.