On Wed, Nov 06, 2019 at 04:24:19PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > The ASPM support does not depend on the portdrv, so remove the Kconfig > dependency. > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > drivers/pci/pcie/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig > index b0d781d72d1b..b196ad816129 100644 > --- a/drivers/pci/pcie/Kconfig > +++ b/drivers/pci/pcie/Kconfig > @@ -63,7 +63,7 @@ config PCIE_ECRC > # > config PCIEASPM > bool "PCI Express ASPM control" if EXPERT > - depends on PCI && PCIEPORTBUS > + depends on PCI > default y > help > This enables OS control over PCI Express ASPM (Active State > -- Reviewed-by: Andrew Murray <andrew.murray@xxxxxxx> > 2.24.0.rc1.363.gb1bccd3e3d-goog >