Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1698716 > unrolled thread
| Started by | Martijn Coenen <maco@android.com> |
|---|---|
| First post | 2017-07-28 14:00 +0200 |
| Last post | 2017-07-28 14:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/3] ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. Martijn Coenen <maco@android.com> - 2017-07-28 14:00 +0200
| From | Martijn Coenen <maco@android.com> |
|---|---|
| Date | 2017-07-28 14:00 +0200 |
| Subject | [PATCH 2/3] ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. |
| Message-ID | <u8c5Y-3fm-11@gated-at.bofh.it> |
These will be required going forward. Signed-off-by: Martijn Coenen <maco@android.com> --- drivers/android/Kconfig | 2 +- kernel/configs/android-base.config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig index 832e885349b1..4d4cdc1a6e25 100644 --- a/drivers/android/Kconfig +++ b/drivers/android/Kconfig @@ -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. 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 -- 2.14.0.rc0.400.g1c36432dff-goog
Back to top | Article view | linux.kernel
csiph-web