diff --git a/recipes-kernel/linux-yocto/linux-yocto/qemufb.cfg b/recipes-kernel/linux-yocto/linux-yocto/qemufb.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..09e5ef5af59ee9e91c162545bd61bdace55f9fde
--- /dev/null
+++ b/recipes-kernel/linux-yocto/linux-yocto/qemufb.cfg
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+CONFIG_DRM_VIRTIO_GPU=y
diff --git a/recipes-kernel/linux-yocto/linux-yocto_%.bbappend b/recipes-kernel/linux-yocto/linux-yocto_%.bbappend
index 618a8417debd43bafbfe4a779a8273f95152a224..00b5569402dc3da108909f5e7d72d9c0992d3862 100644
--- a/recipes-kernel/linux-yocto/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux-yocto/linux-yocto_%.bbappend
@@ -15,3 +15,4 @@ SRC_URI:append:oniro-openharmony-linux = " file://android_binder_ipc.cfg"
 COMPATIBLE_MACHINE:qemuarma7 = "qemuarma7"
 KBUILD_DEFCONFIG:qemuarma7 = "multi_v7_defconfig"
 KCONFIG_MODE:qemuarma7 = "--alldefconfig"
+SRC_URI:append:qemuarma7 = " file://qemufb.cfg"