aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/smm/Kconfig
blob: cc6bc44f586afe8d54e02129decb826ed12cbe8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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_ESPI_ACPI_DIS
	bool
	default n
	help
	  Disable eSPI SMI when ACPI mode is enabled.  This will
	  prevent the embedded controller from asserting SMI when
	  booted into an ACPI aware OS.

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.