summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/pm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/pm/Kconfig')
-rw-r--r--src/soc/amd/common/block/pm/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/pm/Kconfig b/src/soc/amd/common/block/pm/Kconfig
new file mode 100644
index 000000000000..c976d017ec8c
--- /dev/null
+++ b/src/soc/amd/common/block/pm/Kconfig
@@ -0,0 +1,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