aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/acpi_pmc/Kconfig
blob: 472a61a9fd163656d1cc3d929cc0316bcaf153cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config ACPI_PMC
	bool "Power Manager (x86 PMC) support"
	help
	  Enable support for an x86-style power-management controller which
	  provides features including checking whether the system started from
	  resume, powering off the system and enabling/disabling the reset
	  mechanism.

config SPL_ACPI_PMC
	bool "Power Manager (x86 PMC) support in SPL"
	default y if ACPI_PMC
	help
	  Enable support for an x86-style power-management controller which
	  provides features including checking whether the system started from
	  resume, powering off the system and enabling/disabling the reset
	  mechanism.

config TPL_ACPI_PMC
	bool "Power Manager (x86 PMC) support in TPL"
	default y if ACPI_PMC
	help
	  Enable support for an x86-style power-management controller which
	  provides features including checking whether the system started from
	  resume, powering off the system and enabling/disabling the reset
	  mechanism.