summaryrefslogtreecommitdiff
path: root/drivers/android
diff options
context:
space:
mode:
authorMartijn Coenen <maco@android.com>2017-07-28 13:56:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-22 18:43:23 -0700
commit9e18d0c82f0c07f2a41898d4adbb698a953403ee (patch)
tree518bae80df7fb52b0e9500385f120b10cdc44ba0 /drivers/android
parent5cdcf4c6a638591ec0e98c57404a19e7f9997567 (diff)
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
These will be required going forward. Signed-off-by: Martijn Coenen <maco@android.com> Cc: stable <stable@vger.kernel.org> # 4.11+ 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 832e885349b1..4d4cdc1a6e25 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,hwbinder"
+ default "binder,hwbinder,vndbinder"
---help---
Default value for the binder.devices parameter.