forked from Minki/linux
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:
parent
5cdcf4c6a6
commit
9e18d0c82f
@ -22,7 +22,7 @@ config ANDROID_BINDER_IPC
|
|||||||
config ANDROID_BINDER_DEVICES
|
config ANDROID_BINDER_DEVICES
|
||||||
string "Android Binder devices"
|
string "Android Binder devices"
|
||||||
depends on ANDROID_BINDER_IPC
|
depends on ANDROID_BINDER_IPC
|
||||||
default "binder,hwbinder"
|
default "binder,hwbinder,vndbinder"
|
||||||
---help---
|
---help---
|
||||||
Default value for the binder.devices parameter.
|
Default value for the binder.devices parameter.
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# CONFIG_USELIB is not set
|
# CONFIG_USELIB is not set
|
||||||
CONFIG_ANDROID=y
|
CONFIG_ANDROID=y
|
||||||
CONFIG_ANDROID_BINDER_IPC=y
|
CONFIG_ANDROID_BINDER_IPC=y
|
||||||
|
CONFIG_ANDROID_BINDER_DEVICES=binder,hwbinder,vndbinder
|
||||||
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
|
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
|
||||||
CONFIG_ARMV8_DEPRECATED=y
|
CONFIG_ARMV8_DEPRECATED=y
|
||||||
CONFIG_ASHMEM=y
|
CONFIG_ASHMEM=y
|
||||||
|
Loading…
Reference in New Issue
Block a user