hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I7ZBQB
--------------------------------
CPU-inspect is designed to provide a framework for early detection of SDC by proactively executing CPU inspection test cases.
Set the following configuration to enable CPU inspect for arm64 by default: 1. CONFIG_CPU_INSPECT=m 2. CONFIG_CPU_INSPECTOR_ATF=m
Signed-off-by: Yu Liao liaoyu15@huawei.com --- arch/arm64/configs/openeuler_defconfig | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index b697d115588d..a51dcb902ff4 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -6753,6 +6753,13 @@ CONFIG_TEE=m # CONFIG_PECI is not set # CONFIG_HTE is not set # CONFIG_CDX_BUS is not set + +# +# CPU Inspect +# +CONFIG_CPU_INSPECT=m +CONFIG_CPU_INSPECTOR_ATF=m +# end of CPU Inspect # end of Device Drivers
#