1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_ACPI
5 depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
6 select ACPI_AMD_HARDWARE_SLEEP_VALUES
7 select ACPI_COMMON_MADT_IOAPIC
8 select ACPI_COMMON_MADT_LAPIC
9 select ACPI_CUSTOM_MADT
11 Select this option to use the AcpiMmio ACPI registers.
13 config SOC_AMD_COMMON_BLOCK_ACPI_ALIB
16 config SOC_AMD_COMMON_BLOCK_ACPI_DPTC
18 depends on SOC_AMD_COMMON_BLOCK_ACPI_ALIB
20 Selected by mainboards that implement support for ALIB
23 config SOC_AMD_COMMON_BLOCK_ACPI_CPPC
26 config SOC_AMD_COMMON_BLOCK_ACPI_CPU_POWER_STATE
29 config SOC_AMD_COMMON_BLOCK_ACPI_GPIO
32 config SOC_AMD_COMMON_BLOCK_ACPI_IVRS
35 config SOC_AMD_COMMON_BLOCK_ACPI_MADT
38 Select this to add the common AMD acpi_fill_madt implementation to
39 the build which adds the MADT entries for all non-FCH IOAPICs.
41 config ACPI_SSDT_PSD_INDEPENDENT
42 bool "Allow core p-state independent transitions"
45 AMD recommends the ACPI _PSD object to be configured to cause
46 cores to transition between p-states independently. A vendor may
47 choose to generate _PSD object to allow cores to transition together.