blob: c976d017ec8c69ca5e9935090777121a21ef9094 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
endif # SOC_AMD_COMMON_BLOCK_PM
|