treewide: Remove "this file is part of" lines
[coreboot.git] / src / acpi / Kconfig
blob11ef12a347ed9f016b64785478ab89424b5394bc
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%02d"
12         depends on HAVE_ACPI_TABLES
13         help
14           Sets the ACPI name string in the processor scope as written by
15           the acpigen function. Default is \_SB.CPxx. Note that you need
16           the \ escape character in the string.
18 config ACPI_HAVE_PCAT_8259
19         def_bool y if !ACPI_NO_PCAT_8259
21 config ACPI_INTEL_HARDWARE_SLEEP_VALUES
22         def_bool n
23         help
24           Provide common definitions for Intel hardware PM1_CNT register sleep
25           values.
27 config ACPI_NO_PCAT_8259
28         bool
29         help
30           Selected by platforms that don't expose a PC/AT 8259 PIC pair.
32 config HAVE_ACPI_TABLES
33         bool
34         help
35           This variable specifies whether a given board has ACPI table support.
36           It is usually set in mainboard/*/Kconfig.