From b3ab1c0b1ace24d982ad572018d04b84090ede2f Mon Sep 17 00:00:00 2001 From: Akash Kumar Date: Thu, 23 Apr 2026 17:55:51 +0530 Subject: [PATCH] pci: pwrctrl: rename pci-pwrctrl-slot to generic Rename the remaining pci-pwrctrl-slot references to generic pwrctrl naming to align with CONFIG_PCI_PWRCTRL_GENERIC. This fixes the build failure seen after enabling CONFIG_PCI_PWRCTRL_GENERIC=y. --- drivers/pci/controller/dwc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 349d4657393c9..57be07198094c 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -299,7 +299,7 @@ config PCIE_QCOM select CRC8 select PCIE_QCOM_COMMON select PCI_HOST_COMMON - select PCI_PWRCTRL_SLOT + select PCI_PWRCTRL_GENERIC help Say Y here to enable PCIe controller support on Qualcomm SoCs. The PCIe controller uses the DesignWare core plus Qualcomm-specific