summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/pm/Kconfig
blob: 04f5b7bdfb2be1e41b6dfd248f29f2bd0b3f3243 (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
29
30
## SPDX-License-Identifier: GPL-2.0-only

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.