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_DISABLE
	bool
	default n
	help
	  Disable eSPI SMI source to prevent the embedded controller
	  from asserting SMI while in firmware.

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.

config HECI_DISABLE_USING_SMM
	bool
	depends on SOC_INTEL_COMMON_BLOCK_SMM
	default n
	help
	  HECI disable using SMM. Select this option to make HECI disable
	  using SMM mode, independent of dedicated UPD to perform HECI disable.
