soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / acpi / Kconfig
blobec7fcc4b08ede9112d8ffdb6dadee3f7da8917d0
1 # SPDX-License-Identifier: GPL-2.0-only
3 config ACPI_AMD_HARDWARE_SLEEP_VALUES
4         def_bool n
5         help
6           Provide common definitions for AMD hardware PM1_CNT register sleep
7           values.
9 config ACPI_CPU_STRING
10         string
11         default "\\_SB.CP%02X"
12         depends on HAVE_ACPI_TABLES
13         help
14           Specifies the ACPI name format string used by the acpigen
15           function to generate the processor scope. Default is \_SB.CPxx.
16           Note that you need to escape the '\' character in the string.
17           The resulting string will be truncated to at most 15 chars.
19 config ACPI_HAVE_PCAT_8259
20         def_bool y if !ACPI_NO_PCAT_8259
22 config ACPI_INTEL_HARDWARE_SLEEP_VALUES
23         def_bool n
24         help
25           Provide common definitions for Intel hardware PM1_CNT register sleep
26           values.
28 config ACPI_SOC_NVS
29         bool
30         help
31           Set to indicate <soc/nvs.h> exists for the platform with a definition
32           for global_nvs.
34 config ACPI_NO_MADT
35         bool
36         help
37           Selected by platforms that don't expose a useful MADT.
39 config ACPI_NO_PCAT_8259
40         bool
41         help
42           Selected by platforms that don't expose a PC/AT 8259 PIC pair.
44 config ACPI_EINJ
45         def_bool n
46         depends on HAVE_ACPI_TABLES
47         help
48           This variable provides control for ACPI error injection table (EINJ)
50 config HAVE_ACPI_TABLES
51         bool
52         help
53           This variable specifies whether a given board has ACPI table support.
54           It is usually set in mainboard/*/Kconfig.
56 config ACPI_LPIT
57         bool
58         depends on HAVE_ACPI_TABLES
59         help
60           Selected by platforms that support and fill Intel Low Power Idle Table.