summaryrefslogtreecommitdiff
path: root/src/acpi/Kconfig
blob: 3c6aeb1a1846d737d64cea111442e065bac955a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.

config ACPI_SATA_GENERATOR
	bool
	default n
	help
	  Use ACPI SATA port generator.

config ACPI_INTEL_HARDWARE_SLEEP_VALUES
	def_bool n
	help
	  Provide common definitions for Intel hardware PM1_CNT register sleep
	  values.

config ACPI_AMD_HARDWARE_SLEEP_VALUES
	def_bool n
	help
	  Provide common definitions for AMD hardware PM1_CNT register sleep
	  values.