aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sgx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/sgx/Kconfig')
-rw-r--r--src/soc/intel/common/block/sgx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sgx/Kconfig b/src/soc/intel/common/block/sgx/Kconfig
new file mode 100644
index 0000000000..7889582007
--- /dev/null
+++ b/src/soc/intel/common/block/sgx/Kconfig
@@ -0,0 +1,7 @@
+config SOC_INTEL_COMMON_BLOCK_SGX
+ bool
+ 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 privat
+ regions of code and data.