summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/pm/Kconfig
blob: 7d2513ef97e38cbf5c029bb72044927a9064e361 (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
27
28
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

config SOC_AMD_COMMON_BLOCK_RESET
	bool
	help
	  Select this option to use AMD common reset driver support.

config SOC_AMD_SUPPORTS_WARM_RESET
	bool
	depends on SOC_AMD_COMMON_BLOCK_RESET
	help
	  Select this option if the chip supports warm reset.