Skip to content

Commit

Permalink
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
Browse files Browse the repository at this point in the history
These will be required going forward.

Signed-off-by: Martijn Coenen <[email protected]>
Cc: stable <[email protected]> # 4.11+
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Martijn Coenen authored and gregkh committed Aug 23, 2017
1 parent 5cdcf4c commit 9e18d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions kernel/configs/android-base.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# CONFIG_USELIB is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDER_DEVICES=binder,hwbinder,vndbinder
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_ARMV8_DEPRECATED=y
CONFIG_ASHMEM=y
Expand Down

0 comments on commit 9e18d0c

Please sign in to comment.