From: Rob Herring Date: Wed, 15 Feb 2017 15:35:15 +0000 (-0600) Subject: binder: Add 'hwbinder' to the default devices X-Git-Tag: Ubuntu-4.12.0-11.12~1191^2~107 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dde04eb116fa1b0b0d443532af8c167520402b70;p=mirror_ubuntu-artful-kernel.git 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 Cc: John Stultz Cc: Martijn Coenen Cc: Arve Hjønnevåg Cc: Amit Pundir Cc: Serban Constantinescu Cc: Dmitry Shmidt Cc: Rom Lemarchand Cc: Android Kernel Team Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- 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.