Commit 92185ff4 authored by Yu Liao's avatar Yu Liao Committed by yanhaitao
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 dee8d3a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6218,6 +6218,13 @@ CONFIG_ROH_HNS=m
CONFIG_UB=m
CONFIG_UB_URMA=m
CONFIG_UB_UDMA_HNS3=m

#
# CPU Inspect
#
CONFIG_CPU_INSPECT=m
CONFIG_CPU_INSPECTOR_ATF=m
# end of CPU Inspect
# end of Device Drivers

#