Skip to content

Commit

Permalink
Revert "PCI: brcmstb: Add Broadcom STB PCIe host controller driver"
Browse files Browse the repository at this point in the history
This reverts commit 79624ca.
  • Loading branch information
pelwell committed Mar 11, 2020
1 parent e61cff6 commit d745e0a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,132 deletions.
9 changes: 0 additions & 9 deletions drivers/pci/controller/Kconfig
Expand Up @@ -288,14 +288,5 @@ config PCI_HYPERV_INTERFACE
The Hyper-V PCI Interface is a helper driver allows other drivers to
have a common interface with the Hyper-V PCI frontend driver.

config PCIE_BRCMSTB
tristate "Broadcom Brcmstb PCIe platform host driver"
depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM2835
depends on OF
depends on SOC_BRCMSTB || ARCH_BCM2835
default ARCH_BRCMSTB || BMIPS_GENERIC
help
Adds support for Broadcom Settop Box PCIe host controller.

source "drivers/pci/controller/dwc/Kconfig"
endmenu
2 changes: 1 addition & 1 deletion drivers/pci/controller/Makefile
Expand Up @@ -29,11 +29,11 @@ obj-$(CONFIG_PCIE_ROCKCHIP_HOST) += pcie-rockchip-host.o
obj-$(CONFIG_PCIE_MEDIATEK) += pcie-mediatek.o
obj-$(CONFIG_PCIE_MOBIVEIL) += pcie-mobiveil.o
obj-$(CONFIG_PCIE_TANGO_SMP8759) += pcie-tango.o
obj-$(CONFIG_PCIE_BRCMSTB) += pcie-brcmstb.o
obj-$(CONFIG_VMD) += vmd.o
# pcie-hisi.o quirks are needed even without CONFIG_PCIE_DW
obj-y += dwc/


# The following drivers are for devices that use the generic ACPI
# pci_root.c driver but don't support standard ECAM config access.
# They contain MCFG quirks to replace the generic ECAM accessors with
Expand Down

0 comments on commit d745e0a

Please sign in to comment.