summaryrefslogtreecommitdiff
path: root/kernel/configs
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 /kernel/configs
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 'kernel/configs')
-rw-r--r--kernel/configs/android-base.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config
index d70829033bb7..d3fd428f4b92 100644
--- a/kernel/configs/android-base.config
+++ b/kernel/configs/android-base.config
@@ -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