soc/intel/tigerlake: Utilize vbt data size Kconfig option
[coreboot.git] / src / acpi / Kconfig
blob07008db7a92eb371195571b5f3f2308e114d34a7
1 # SPDX-License-Identifier: GPL-2.0-only
3 config ACPI_AMD_HARDWARE_SLEEP_VALUES
4         def_bool n
5         help
6           Provide common definitions for AMD hardware PM1_CNT register sleep
7           values.
9 config 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.
18 config ACPI_HAVE_PCAT_8259
19         def_bool y if !ACPI_NO_PCAT_8259
21 config ACPI_INTEL_HARDWARE_SLEEP_VALUES
22         def_bool n
23         help
24           Provide common definitions for Intel hardware PM1_CNT register sleep
25           values.
27 config ACPI_NO_SMI_GNVS
28         bool
30 config ACPI_NO_PCAT_8259
31         bool
32         help
33           Selected by platforms that don't expose a PC/AT 8259 PIC pair.
35 config 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.