hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8QES4
--------------------------------
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 7e95287b4716..5142567aeeff 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -9093,6 +9093,13 @@ CONFIG_PM_OPP=y CONFIG_REMOTE_PAGER=m CONFIG_REMOTE_PAGER_MASTER=m # end of remote pager device + +# +# CPU Inspect +# +CONFIG_CPU_INSPECT=m +CONFIG_CPU_INSPECTOR_ATF=m +# end of CPU Inspect # end of Device Drivers
#