diff mbox

binder: Add 'hwbinder' to the default devices

Message ID 20170215153515.19122-1-robh@kernel.org
State Accepted
Commit dde04eb116fa1b0b0d443532af8c167520402b70
Headers show

Commit Message

Rob Herring (Arm) Feb. 15, 2017, 3:35 p.m. UTC
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: Rob Herring <robh@kernel.org>

---
 drivers/android/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.10.1

Comments

Greg Kroah-Hartman Feb. 15, 2017, 4:33 p.m. UTC | #1
On Wed, Feb 15, 2017 at 09:35:15AM -0600, Rob Herring wrote:
> 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.


Ah, good catch, I'll queue this up.

thanks,

greg k-h
diff mbox

Patch

diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig
index a82fc022d34b..832e885349b1 100644
--- a/drivers/android/Kconfig
+++ b/drivers/android/Kconfig
@@ -22,7 +22,7 @@  config ANDROID_BINDER_IPC
 config ANDROID_BINDER_DEVICES
 	string "Android Binder devices"
 	depends on ANDROID_BINDER_IPC
-	default "binder"
+	default "binder,hwbinder"
 	---help---
 	  Default value for the binder.devices parameter.