summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/smm/Kconfig
blob: 909382e0ee74d2639c76c5c78191a877e38d0ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

config SOC_INTEL_COMMON_BLOCK_SMM_S5_DELAY_MS
	int
	default 100 if CHROMEOS
	default 0
	help
	  Time in milliseconds that SLP_SMI for S5 waits for before
	  enabling sleep. This is required to avoid any race between
	  SLP_SMI and PWRBTN SMI.