diff options
Diffstat (limited to 'src/soc/amd/mendocino/Kconfig')
-rw-r--r-- | src/soc/amd/mendocino/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/amd/mendocino/Kconfig b/src/soc/amd/mendocino/Kconfig index ef03ec1388..70f81c58e0 100644 --- a/src/soc/amd/mendocino/Kconfig +++ b/src/soc/amd/mendocino/Kconfig @@ -324,6 +324,20 @@ config ACPI_SSDT_PSD_INDEPENDENT cores to transition between p-states independently. A vendor may choose to generate _PSD object to allow cores to transition together. +config FEATURE_DYNAMIC_DPTC + bool + depends on SOC_AMD_COMMON_BLOCK_ACPI_DPTC + help + Selected by mainboards that implement support for ALIB + to enable dynamic DPTC. + +config FEATURE_TABLET_MODE_DPTC + bool + depends on SOC_AMD_COMMON_BLOCK_ACPI_DPTC + help + Selected by mainboards that implement support for ALIB to + switch default and tablet mode. + menu "PSP Configuration Options" config AMD_FWM_POSITION_INDEX |