blob: 9ffd7a93add01f6ec961af6bef90b3d41005982b [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
Kyösti Mälkki4abc7312021-01-12 17:46:30 +020033config ACPI_HAS_DEVICE_NVS
34 bool
35
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070036config ACPI_NO_PCAT_8259
37 bool
Marshall Dawson6139a5c62017-10-04 15:10:00 -060038 help
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070039 Selected by platforms that don't expose a PC/AT 8259 PIC pair.
40
Rocky Phaguraeff07132021-01-10 15:42:50 -080041config ACPI_EINJ
42 def_bool n
43 depends on HAVE_ACPI_TABLES
44 help
45 This variable provides control for ACPI error injection table (EINJ)
46
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070047config HAVE_ACPI_TABLES
48 bool
49 help
50 This variable specifies whether a given board has ACPI table support.
51 It is usually set in mainboard/*/Kconfig.
Michael Niewöhnerf0a44ae2021-01-01 21:04:09 +010052
53config ACPI_LPIT
54 bool
55 depends on HAVE_ACPI_TABLES
56 help
57 Selected by platforms that support and fill Intel Low Power Idle Table.