aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sgx/Kconfig
blob: 026c6afb0d11a524b0c661101fb0ae1d99a5a1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config SOC_INTEL_COMMON_BLOCK_SGX
	bool
	select CPU_INTEL_COMMON
	select CPU_INTEL_COMMON_HYPERTHREADING
	default n
	help
	 Software Guard eXtension(SGX) Feature. Intel SGX is a set of new CPU
	 instructions that can be used by applications to set aside private
	 regions of code and data.

config SOC_INTEL_COMMON_BLOCK_SGX_LOCK_MEMORY
	bool
	depends on SOC_INTEL_COMMON_BLOCK_SGX
	default n
	help
	 Lock memory before SGX activation. This is only needed if MCHECK does not do it.