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

Commit dde04eb1 authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman
Browse files

binder: Add 'hwbinder' to the default devices



As AOSP master is now starting to require a hwbinder device, add it to
the the default Kconfig. Having the hwbinder device when not needed
shouldn't hurt anything either.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Martijn Coenen <maco@google.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Serban Constantinescu <serban.constantinescu@arm.com>
Cc: Dmitry Shmidt <dimitrysh@google.com>
Cc: Rom Lemarchand <romlem@google.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6c248aad
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@ config ANDROID_BINDER_IPC
config ANDROID_BINDER_DEVICES
config ANDROID_BINDER_DEVICES
	string "Android Binder devices"
	string "Android Binder devices"
	depends on ANDROID_BINDER_IPC
	depends on ANDROID_BINDER_IPC
	default "binder"
	default "binder,hwbinder"
	---help---
	---help---
	  Default value for the binder.devices parameter.
	  Default value for the binder.devices parameter.