mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Commitsb88cbaaa6f
("PCI/pwrctrl: Rename pwrctl files to pwrctrl") and3f925cd628
("PCI/pwrctrl: Rename pwrctrl functions and structures") renamed the "pwrctl" framework to "pwrctrl" for consistency reasons. Rename also the Kconfig symbols so that they reflect the new name while adding entries for the deprecated ones. The old symbols can be removed once everything that depends on them has been updated. Note that no deprecated symbol is added for the new slot driver to avoid having to add a user visible option. Rename the new slot module to reflect the framework name and match the other pwrctrl modules. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://patch.msgid.link/20250402132634.18065-2-johan+linaro@kernel.org
33 lines
731 B
Text
33 lines
731 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config HAVE_PWRCTRL
|
|
bool
|
|
|
|
config PCI_PWRCTRL
|
|
tristate
|
|
|
|
config PCI_PWRCTRL_PWRSEQ
|
|
tristate
|
|
select POWER_SEQUENCING
|
|
select PCI_PWRCTRL
|
|
|
|
config PCI_PWRCTRL_SLOT
|
|
tristate "PCI Power Control driver for PCI slots"
|
|
select PCI_PWRCTRL
|
|
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.
|
|
|
|
# deprecated
|
|
config HAVE_PWRCTL
|
|
bool
|
|
select HAVE_PWRCTRL
|
|
|
|
# deprecated
|
|
config PCI_PWRCTL_PWRSEQ
|
|
tristate
|
|
select PCI_PWRCTRL_PWRSEQ
|