Commit e7fa9485 authored by Yu Liao's avatar Yu Liao
Browse files

openeuler_defconfig: enable CPU inspect for arm64 by default

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: default avatarYu Liao <liaoyu15@huawei.com>
parent 133e66ca
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6755,6 +6755,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

#