PCI: Remove PCIe Kconfig dependencies on PCI
drivers/pci/pcie/Kconfig is only sourced by drivers/pci/Kconfig, and only when PCI is defined, so there's no need to depend on PCI again. Remove the unnecessary dependencies. Link: https://lore.kernel.org/r/20191106222420.10216-5-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
33ce09ef17
commit
b6479581e6
|
@ -4,7 +4,6 @@
|
|||
#
|
||||
config PCIEPORTBUS
|
||||
bool "PCI Express Port Bus support"
|
||||
depends on PCI
|
||||
help
|
||||
This enables PCI Express Port Bus support. Users can then enable
|
||||
support for Native Hot-Plug, Advanced Error Reporting, Power
|
||||
|
@ -63,7 +62,6 @@ config PCIE_ECRC
|
|||
#
|
||||
config PCIEASPM
|
||||
bool "PCI Express ASPM control" if EXPERT
|
||||
depends on PCI
|
||||
default y
|
||||
help
|
||||
This enables OS control over PCI Express ASPM (Active State
|
||||
|
|
Loading…
Reference in New Issue