blob: 293c1945384de95cc3a66f37678a6e858dcac7e5 [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älkki3139c8d2020-06-28 16:33:33 +030027config ACPI_SOC_NVS
28 bool
29 help
30 Set to indicate <soc/nvs.h> exists for the platform with a definition
31 for global_nvs.
32
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070033config ACPI_NO_PCAT_8259
34 bool
Marshall Dawson6139a5c62017-10-04 15:10:00 -060035 help
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070036 Selected by platforms that don't expose a PC/AT 8259 PIC pair.
37
38config HAVE_ACPI_TABLES
39 bool
40 help
41 This variable specifies whether a given board has ACPI table support.
42 It is usually set in mainboard/*/Kconfig.