diff --git a/recipes-kernel/linux-yocto/linux-yocto/android_binder_ipc.cfg b/recipes-kernel/linux-yocto/linux-yocto/android_binder_ipc.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..413ab134ed3984ee16a4df809f440f75aa3008ae
--- /dev/null
+++ b/recipes-kernel/linux-yocto/linux-yocto/android_binder_ipc.cfg
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+CONFIG_ANDROID=y
+CONFIG_ANDROID_BINDER_IPC=y
+CONFIG_ANDROID_BINDER_DEVICES=binder,hwbinder,vndbinder
diff --git a/recipes-kernel/linux-yocto/linux-yocto_%.bbappend b/recipes-kernel/linux-yocto/linux-yocto_%.bbappend
index 284d90b2a9b8d0f252e5a9fc73a21d561c3639a2..ee2b9c76e65a751f55b34d58469267fe26d8f6ef 100644
--- a/recipes-kernel/linux-yocto/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux-yocto/linux-yocto_%.bbappend
@@ -7,3 +7,4 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto:"
 SRC_URI:append:oniro-openharmony-linux = " file://ashmem.cfg"
 SRC_URI:append:oniro-openharmony-linux = " file://driver-add-hilog-and-hievent-buffer-management-drive.patch"
 SRC_URI:append:oniro-openharmony-linux = " file://driver-add-hilog-and-hievent-buffer-management-drive.cfg"
+SRC_URI:append:oniro-openharmony-linux = " file://android_binder_ipc.cfg"