virt inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8UROS
-------------------------------
set CONFIG_VIRT_PLAT_DEV=y in arm64 openeuler_defconfig
Signed-off-by: Dongxu Sun sundongxu3@huawei.com --- arch/arm64/configs/openeuler_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 7851fbd43693..99695f639be8 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -2376,6 +2376,7 @@ CONFIG_MISC_RTSX=m # CONFIG_HISI_HIKEY_USB is not set # CONFIG_OPEN_DICE is not set # CONFIG_VCPU_STALL_DETECTOR is not set +CONFIG_VIRT_PLAT_DEV=y # CONFIG_C2PORT is not set
#