]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
binder: Add 'hwbinder' to the default devices
authorRob Herring <robh@kernel.org>
Wed, 15 Feb 2017 15:35:15 +0000 (09:35 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2017 06:10:49 +0000 (15:10 +0900)
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>
drivers/android/Kconfig

index a82fc022d34ba88ba7adeb35b6b4ee0fafdbdb72..832e885349b1042ffce456a4755ad11ea35f40d1 100644 (file)
@@ -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.