mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
PCI/ASPM: Remove dependency on PCIEPORTBUS
The ASPM support does not depend on the portdrv, so remove the Kconfig dependency. Link: https://lore.kernel.org/r/20191106222420.10216-4-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Andrew Murray <andrew.murray@arm.com>
This commit is contained in:
parent
97a0ac8a46
commit
33ce09ef17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue