blob: 46251d6c40e05093bca9bc227b31faa7369a0da5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
config SOC_AMD_COMMON_BLOCK_ACPI
bool
depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
select ACPI_AMD_HARDWARE_SLEEP_VALUES
help
Select this option to use the AcpiMmio ACPI registers.
config SOC_AMD_COMMON_BLOCK_ACPI_ALIB
bool
config SOC_AMD_COMMON_BLOCK_ACPI_DPTC
bool
depends on SOC_AMD_COMMON_BLOCK_ACPI_ALIB
help
Selected by mainboards that implement support for ALIB
to enable DPTC.
config SOC_AMD_COMMON_BLOCK_ACPI_CPPC
bool
config SOC_AMD_COMMON_BLOCK_ACPI_GPIO
bool
config SOC_AMD_COMMON_BLOCK_ACPI_IVRS
bool
|