2024-06-12 10:20:17 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2025-04-02 15:26:31 +02:00
|
|
|
config HAVE_PWRCTRL
|
2024-07-17 16:28:03 +02:00
|
|
|
bool
|
2024-06-12 10:20:17 +02:00
|
|
|
|
2025-04-02 15:26:31 +02:00
|
|
|
config PCI_PWRCTRL
|
2024-06-12 10:20:17 +02:00
|
|
|
tristate
|
|
|
|
|
2025-04-02 15:26:31 +02:00
|
|
|
config PCI_PWRCTRL_PWRSEQ
|
2024-07-17 16:28:03 +02:00
|
|
|
tristate
|
2024-06-12 10:20:18 +02:00
|
|
|
select POWER_SEQUENCING
|
2025-04-02 15:26:31 +02:00
|
|
|
select PCI_PWRCTRL
|
2025-01-16 19:39:15 +05:30
|
|
|
|
2025-04-02 15:26:31 +02:00
|
|
|
config PCI_PWRCTRL_SLOT
|
2025-01-16 19:39:15 +05:30
|
|
|
tristate "PCI Power Control driver for PCI slots"
|
2025-04-02 15:26:31 +02:00
|
|
|
select PCI_PWRCTRL
|
2025-01-16 19:39:15 +05:30
|
|
|
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.
|
2025-04-02 15:26:31 +02:00
|
|
|
|
|
|
|
# deprecated
|
|
|
|
config HAVE_PWRCTL
|
|
|
|
bool
|
|
|
|
select HAVE_PWRCTRL
|
|
|
|
|
|
|
|
# deprecated
|
|
|
|
config PCI_PWRCTL_PWRSEQ
|
|
|
|
tristate
|
|
|
|
select PCI_PWRCTRL_PWRSEQ
|