1 # SPDX-License-Identifier: GPL-2.0-only
3 config ACPI_AMD_HARDWARE_SLEEP_VALUES
6 Provide common definitions for AMD hardware PM1_CNT register sleep
11 default "\\_SB.CP%02X"
12 depends on HAVE_ACPI_TABLES
14 Specifies the ACPI name format string used by the acpigen
15 function to generate the processor scope. Default is \_SB.CPxx.
16 Note that you need to escape the '\' character in the string.
17 The resulting string will be truncated to at most 15 chars.
19 config ACPI_HAVE_PCAT_8259
20 def_bool y if !ACPI_NO_PCAT_8259
22 config ACPI_INTEL_HARDWARE_SLEEP_VALUES
25 Provide common definitions for Intel hardware PM1_CNT register sleep
31 Set to indicate <soc/nvs.h> exists for the platform with a definition
37 Selected by platforms that don't expose a useful MADT.
39 config ACPI_NO_PCAT_8259
42 Selected by platforms that don't expose a PC/AT 8259 PIC pair.
46 depends on HAVE_ACPI_TABLES
48 This variable provides control for ACPI error injection table (EINJ)
50 config HAVE_ACPI_TABLES
53 This variable specifies whether a given board has ACPI table support.
54 It is usually set in mainboard/*/Kconfig.
58 depends on HAVE_ACPI_TABLES
60 Selected by platforms that support and fill Intel Low Power Idle Table.