aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/android
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-02-15 09:35:15 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-17 15:10:49 +0900
commitdde04eb116fa1b0b0d443532af8c167520402b70 (patch)
tree537065756a123dbd68a87a4beca6e213477d25ab /drivers/android
parentDrivers: hv: Base autoeoi enablement based on hypervisor hints (diff)
downloadwireguard-linux-dde04eb116fa1b0b0d443532af8c167520402b70.tar.xz
wireguard-linux-dde04eb116fa1b0b0d443532af8c167520402b70.zip
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: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android')
-rw-r--r--drivers/android/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.