blob: 22e0323c52a6c201b6ecef99d9e4d8e402142cdd [file] [log] [blame]
Martin Roth4a45ab82019-09-23 18:23:02 -06001# SPDX-License-Identifier: GPL-2.0-only
2# This file is part of the coreboot project.
Alexander Couzens77103792015-04-16 02:03:26 +02003
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -07004config ACPI_AMD_HARDWARE_SLEEP_VALUES
5 def_bool n
6 help
7 Provide common definitions for AMD hardware PM1_CNT register sleep
8 values.
9
10config ACPI_CPU_STRING
11 string
12 default "\\_SB.CP%02d"
13 depends on HAVE_ACPI_TABLES
14 help
15 Sets the ACPI name string in the processor scope as written by
16 the acpigen function. Default is \_SB.CPxx. Note that you need
17 the \ escape character in the string.
18
19config ACPI_HAVE_PCAT_8259
20 def_bool y if !ACPI_NO_PCAT_8259
21
Aaron Durbin20a588b2016-07-13 23:13:25 -050022config ACPI_INTEL_HARDWARE_SLEEP_VALUES
23 def_bool n
24 help
Marshall Dawson6139a5c62017-10-04 15:10:00 -060025 Provide common definitions for Intel hardware PM1_CNT register sleep
26 values.
27
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070028config ACPI_NO_PCAT_8259
29 bool
Marshall Dawson6139a5c62017-10-04 15:10:00 -060030 help
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070031 Selected by platforms that don't expose a PC/AT 8259 PIC pair.
32
33config HAVE_ACPI_TABLES
34 bool
35 help
36 This variable specifies whether a given board has ACPI table support.
37 It is usually set in mainboard/*/Kconfig.