blob: e250bf0a2b786558915f5e5ef822ea0d56abc410 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
config SOC_AMD_COMMON_BLOCK_PM
bool
depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
select HAVE_POWER_STATE_AFTER_FAILURE
help
AMD Processor common code for Power Management (PM) subsystem.
if SOC_AMD_COMMON_BLOCK_PM
config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
default y
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
|