Merge "ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES."

This commit is contained in:
Linux Build Service Account 2017-04-14 22:59:22 -07:00 committed by Gerrit - the friendly Code Review server
commit af5e331c32
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
# CONFIG_SYSVIPC 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

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"
default "binder,hwbinder,vndbinder"
---help---
Default value for the binder.devices parameter.