soc/mediatek/mt8196: Correct the region size for mcufw_reserved
[coreboot2.git] / src / soc / amd / common / block / pm / Kconfig
blob04f5b7bdfb2be1e41b6dfd248f29f2bd0b3f3243
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_PM
4         bool
5         depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
6         select HAVE_POWER_STATE_AFTER_FAILURE
7         select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
8         help
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
14         bool
15         help
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
22         bool
23         help
24           Select this option to use AMD common reset driver support.
26 config SOC_AMD_SUPPORTS_WARM_RESET
27         bool
28         depends on SOC_AMD_COMMON_BLOCK_RESET
29         help
30           Select this option if the chip supports warm reset.