1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_PM
5 depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
6 select HAVE_POWER_STATE_AFTER_FAILURE
7 select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
9 AMD Processor common code for Power Management (PM) subsystem.
11 if SOC_AMD_COMMON_BLOCK_PM
13 config SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE
16 Add common functionality to write CBMEM_ID_POWER_STATE for AMD
17 platforms that use FSP for hardware initialization.
19 endif # SOC_AMD_COMMON_BLOCK_PM
21 config SOC_AMD_COMMON_BLOCK_RESET
24 Select this option to use AMD common reset driver support.
26 config SOC_AMD_SUPPORTS_WARM_RESET
28 depends on SOC_AMD_COMMON_BLOCK_RESET
30 Select this option if the chip supports warm reset.