summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pwrctrl/Kconfig
blob: 990cab67d41332a8508d4150825c621eb86322c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-only

config HAVE_PWRCTL
	bool

config PCI_PWRCTL
	tristate

config PCI_PWRCTL_PWRSEQ
	tristate
	select POWER_SEQUENCING
	select PCI_PWRCTL

config PCI_PWRCTL_SLOT
	tristate "PCI Power Control driver for PCI slots"
	select PCI_PWRCTL
	help
	  Say Y here to enable the PCI Power Control driver to control the power
	  state of PCI slots.

	  This is a generic driver that controls the power state of different
	  PCI slots. The voltage regulators powering the rails of the PCI slots
	  are expected to be defined in the devicetree node of the PCI bridge.