From 81be78483fee4f1790a3dbc453dc3e22516c57db Mon Sep 17 00:00:00 2001 From: handyohos Date: Mon, 27 Dec 2021 10:10:07 +0800 Subject: [PATCH] feat: Add dsoftbus and samgr to qemu-arm-linux-min. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为qemu-arm-linux-min最小系统添加dsoftbus以及samgr等。 为qemu-arm-linux平台内核打开binder相关宏。 Signed-off-by: handyohos Change-Id: Ic73c2aa8e25abb1fd6e38675c555ae37d5f3237b #I4NWKB --- .../arch/arm/configs/qemu-arm-linux_standard_defconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig b/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig index f3f13a5..7c1ad1e 100755 --- a/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig +++ b/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig @@ -5344,9 +5344,10 @@ CONFIG_ARM_PMU=y # # Android # -# CONFIG_ANDROID is not set -# end of Android - +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder" +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set # CONFIG_DAX is not set CONFIG_NVMEM=y CONFIG_NVMEM_SYSFS=y -- Gitee