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>
This commit is contained in:
Martijn Coenen
2017-07-28 13:56:07 +02:00
committed by Greg Kroah-Hartman
parent 5cdcf4c6a6
commit 9e18d0c82f
2 changed files with 2 additions and 1 deletions

View File

@@ -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.