mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
Merge branch 'pci/kconfig'
- Remove unnecessary "default y" Kconfig options (Bjorn Helgaas) * pci/kconfig: PCI/AER: Don't select CONFIG_PCIEAER by default PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by default PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by default
This commit is contained in:
commit
08d6c8fca7
2 changed files with 1 additions and 3 deletions
|
@ -26,7 +26,7 @@ config PCI_DRA7XX_HOST
|
||||||
depends on OF && HAS_IOMEM && TI_PIPE3
|
depends on OF && HAS_IOMEM && TI_PIPE3
|
||||||
select PCIE_DW_HOST
|
select PCIE_DW_HOST
|
||||||
select PCI_DRA7XX
|
select PCI_DRA7XX
|
||||||
default y
|
default y if SOC_DRA7XX
|
||||||
help
|
help
|
||||||
Enables support for the PCIe controller in the DRA7xx SoC to work in
|
Enables support for the PCIe controller in the DRA7xx SoC to work in
|
||||||
host mode. There are two instances of PCIe controller in DRA7xx.
|
host mode. There are two instances of PCIe controller in DRA7xx.
|
||||||
|
@ -111,7 +111,6 @@ config PCI_KEYSTONE_HOST
|
||||||
depends on PCI_MSI_IRQ_DOMAIN
|
depends on PCI_MSI_IRQ_DOMAIN
|
||||||
select PCIE_DW_HOST
|
select PCIE_DW_HOST
|
||||||
select PCI_KEYSTONE
|
select PCI_KEYSTONE
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Enables support for the PCIe controller in the Keystone SoC to
|
Enables support for the PCIe controller in the Keystone SoC to
|
||||||
work in host mode. The PCI controller on Keystone is based on
|
work in host mode. The PCI controller on Keystone is based on
|
||||||
|
|
|
@ -25,7 +25,6 @@ config PCIEAER
|
||||||
bool "PCI Express Advanced Error Reporting support"
|
bool "PCI Express Advanced Error Reporting support"
|
||||||
depends on PCIEPORTBUS
|
depends on PCIEPORTBUS
|
||||||
select RAS
|
select RAS
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This enables PCI Express Root Port Advanced Error Reporting
|
This enables PCI Express Root Port Advanced Error Reporting
|
||||||
(AER) driver support. Error reporting messages sent to Root
|
(AER) driver support. Error reporting messages sent to Root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue