aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/acpi/Kconfig')
-rw-r--r--src/soc/amd/common/block/acpi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/acpi/Kconfig b/src/soc/amd/common/block/acpi/Kconfig
index 039fed8868..fd62ad6e67 100644
--- a/src/soc/amd/common/block/acpi/Kconfig
+++ b/src/soc/amd/common/block/acpi/Kconfig
@@ -26,3 +26,11 @@ config SOC_AMD_COMMON_BLOCK_ACPI_GPIO
config SOC_AMD_COMMON_BLOCK_ACPI_IVRS
bool
+
+config ACPI_SSDT_PSD_INDEPENDENT
+ bool "Allow core p-state independent transitions"
+ default y
+ help
+ AMD recommends the ACPI _PSD object to be configured to cause
+ cores to transition between p-states independently. A vendor may
+ choose to generate _PSD object to allow cores to transition together.