[PATCH OLK-6.6] config: Set TSM_REPORTS=m and ARM_CCA_GUEST=m

hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBWQ24 -------------------------------- Fix openeuler CI error "CONFIG_ARM_CCA_GUEST=m The configs listed above are introduced but the openeuler_defconfig for aarch64 is not updated" Fixes: 5ada556da5f1 ("config: Enable CONFIG_VIRT_DRIVERS") Signed-off-by: Cai Xinchen <caixinchen1@huawei.com> --- arch/arm64/configs/openeuler_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 4e1e6a5a62b8..baa851af5dae 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -6494,6 +6494,8 @@ CONFIG_VFIO_PLATFORM=m CONFIG_VIRT_DRIVERS=y # CONFIG_VMGENID is not set # CONFIG_NITRO_ENCLAVES is not set +CONFIG_TSP_REPORTS=m +CONFIG_ARM_CCA_GUEST=m CONFIG_VIRTIO_ANCHOR=y CONFIG_VIRTIO=m CONFIG_VIRTIO_PCI_LIB=m -- 2.18.0.huawei.25

反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/openeuler/kernel/pulls/17093 邮件列表地址:https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/I4P... FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/openeuler/kernel/pulls/17093 Mailing list address: https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/I4P...
participants (2)
-
Cai Xinchen
-
patchwork bot