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.