blob: 07008db7a92eb371195571b5f3f2308e114d34a7 [file] [log] [blame]
Martin Roth4a45ab82019-09-23 18:23:02 -06001# SPDX-License-Identifier: GPL-2.0-only
Alexander Couzens77103792015-04-16 02:03:26 +02002
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -07003config ACPI_AMD_HARDWARE_SLEEP_VALUES
4 def_bool n
5 help
6 Provide common definitions for AMD hardware PM1_CNT register sleep
7 values.
8
9config 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.
17
18config ACPI_HAVE_PCAT_8259
19 def_bool y if !ACPI_NO_PCAT_8259
20
Aaron Durbin20a588b2016-07-13 23:13:25 -050021config ACPI_INTEL_HARDWARE_SLEEP_VALUES
22 def_bool n
23 help
Marshall Dawson6139a5c62017-10-04 15:10:00 -060024 Provide common definitions for Intel hardware PM1_CNT register sleep
25 values.
26
Kyösti Mälkkic3c55212020-06-17 10:34:26 +030027config ACPI_NO_SMI_GNVS
28 bool
29
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070030config ACPI_NO_PCAT_8259
31 bool
Marshall Dawson6139a5c62017-10-04 15:10:00 -060032 help
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070033 Selected by platforms that don't expose a PC/AT 8259 PIC pair.
34
35config HAVE_ACPI_TABLES
36 bool
37 help
38 This variable specifies whether a given board has ACPI table support.
39 It is usually set in mainboard/*/Kconfig.