summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/pm/Kconfig
blob: 538301de321ff010192ea9558fd536a685e813d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config SOC_AMD_COMMON_BLOCK_PM
	bool
	depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
	select HAVE_POWER_STATE_AFTER_FAILURE
	select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
	help
	  AMD Processor common code for Power Management (PM) subsystem.

if SOC_AMD_COMMON_BLOCK_PM

config SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE
	bool
	help
	  Add common functionality to write CBMEM_ID_POWER_STATE for AMD
	  platforms that use FSP for hardware initialization.

endif # SOC_AMD_COMMON_BLOCK_PM