virt inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8K8HP
-------------------------------
set CONFIG_VIRT_PLAT_DEV=m 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 203643f1946e..2a0d5e62aa93 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -2322,6 +2322,7 @@ CONFIG_SENSORS_APDS990X=m CONFIG_MISC_RTSX=m # CONFIG_PVPANIC is not set # CONFIG_HISI_HIKEY_USB is not set +CONFIG_VIRT_PLAT_DEV=y # CONFIG_C2PORT is not set
#