blob: a45a68c458237ae35caf8488ab795e7e05af98b7 [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
Felix Heldf0a8b042023-05-12 15:55:06 +020011 default "CP%02X"
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070012 depends on HAVE_ACPI_TABLES
13 help
Felix Held2fc27582023-01-25 16:25:27 +010014 Specifies the ACPI name format string used by the acpigen
Felix Heldf0a8b042023-05-12 15:55:06 +020015 function to generate the processor scope. Default is CPxx.
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070016
17config ACPI_HAVE_PCAT_8259
18 def_bool y if !ACPI_NO_PCAT_8259
19
Aaron Durbin20a588b2016-07-13 23:13:25 -050020config ACPI_INTEL_HARDWARE_SLEEP_VALUES
21 def_bool n
22 help
Marshall Dawson6139a5c62017-10-04 15:10:00 -060023 Provide common definitions for Intel hardware PM1_CNT register sleep
24 values.
25
Kyösti Mälkki3139c8d2020-06-28 16:33:33 +030026config ACPI_SOC_NVS
27 bool
28 help
29 Set to indicate <soc/nvs.h> exists for the platform with a definition
30 for global_nvs.
31
Kyösti Mälkki10bdee12023-04-11 01:00:17 +030032config ACPI_CUSTOM_MADT
33 bool
34 default n if ACPI_NO_CUSTOM_MADT
35 default y
36 help
37 Selected by platforms that need to expose custom MADT entries.
38
39config ACPI_NO_CUSTOM_MADT
40 bool
41 default y if ACPI_COMMON_MADT_LAPIC && ACPI_COMMON_MADT_IOAPIC
42
Kyösti Mälkki69a13962023-04-08 14:10:48 +030043config ACPI_COMMON_MADT_LAPIC
44 bool
45
Kyösti Mälkki10bdee12023-04-11 01:00:17 +030046config ACPI_COMMON_MADT_IOAPIC
Kyösti Mälkkia5fa5342022-11-18 13:23:52 +020047 bool
Kyösti Mälkkia5fa5342022-11-18 13:23:52 +020048
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070049config ACPI_NO_PCAT_8259
50 bool
Marshall Dawson6139a5c62017-10-04 15:10:00 -060051 help
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070052 Selected by platforms that don't expose a PC/AT 8259 PIC pair.
53
Rocky Phaguraeff07132021-01-10 15:42:50 -080054config ACPI_EINJ
55 def_bool n
56 depends on HAVE_ACPI_TABLES
57 help
58 This variable provides control for ACPI error injection table (EINJ)
59
Furquan Shaikhbf4b7b02020-04-30 18:08:16 -070060config HAVE_ACPI_TABLES
61 bool
62 help
63 This variable specifies whether a given board has ACPI table support.
64 It is usually set in mainboard/*/Kconfig.
Michael Niewöhnerf0a44ae2021-01-01 21:04:09 +010065
66config ACPI_LPIT
67 bool
68 depends on HAVE_ACPI_TABLES
69 help
70 Selected by platforms that support and fill Intel Low Power Idle Table.