diff options
author | Brandon Breitenstein <brandon.breitenstein@intel.com> | 2017-08-08 15:10:36 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-08-09 18:40:28 +0000 |
commit | 9cbf3b12f508c09c2a7b823b177edadc5961a685 (patch) | |
tree | 48cc567ca98aaec29b31be8d8a35dcdff2f2f152 /src/soc/intel/common/block/smm/Kconfig | |
parent | 8304d6fcbe626f48b3d4f72799ca4b2d491d1346 (diff) |
common/block/smm: Update SMM common code for io trap handling
Add smm common code for io trap handling. This feature is
mainly used by big core intel platforms. Commonizing io trap
handling will make bring up of big core platforms more
seamless.
Change-Id: I83bcf22107291ea181b347fac40d57d7ea138de1
Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com>
Reviewed-on: https://review.coreboot.org/20848
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/smm/Kconfig')
-rw-r--r-- | src/soc/intel/common/block/smm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/smm/Kconfig b/src/soc/intel/common/block/smm/Kconfig index 003fc24cd8..035578003a 100644 --- a/src/soc/intel/common/block/smm/Kconfig +++ b/src/soc/intel/common/block/smm/Kconfig @@ -2,3 +2,8 @@ config SOC_INTEL_COMMON_BLOCK_SMM bool help Intel Processor common SMM support + +config SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP + bool + help + Intel Processor trap flag if it is supported |