File tree Expand file tree Collapse file tree 3 files changed +764
-0
lines changed Expand file tree Collapse file tree 3 files changed +764
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,14 @@ config VMD
253
253
To compile this driver as a module, choose M here: the
254
254
module will be called vmd.
255
255
256
+ config PCIE_BRCMSTB
257
+ tristate "Broadcom Brcmstb PCIe host controller"
258
+ depends on ARCH_BCM2835 || COMPILE_TEST
259
+ depends on OF
260
+ help
261
+ Say Y here to enable PCIe host controller support for
262
+ Broadcom STB based SoCs, like the Raspberry Pi 4.
263
+
256
264
config PCI_HYPERV_INTERFACE
257
265
tristate "Hyper-V PCI Interface"
258
266
depends on X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && X86_64
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ obj-$(CONFIG_PCIE_MEDIATEK) += pcie-mediatek.o
28
28
obj-$(CONFIG_PCIE_MOBIVEIL) += pcie-mobiveil.o
29
29
obj-$(CONFIG_PCIE_TANGO_SMP8759) += pcie-tango.o
30
30
obj-$(CONFIG_VMD) += vmd.o
31
+ obj-$(CONFIG_PCIE_BRCMSTB) += pcie-brcmstb.o
31
32
# pcie-hisi.o quirks are needed even without CONFIG_PCIE_DW
32
33
obj-y += dwc/
33
34
You can’t perform that action at this time.
0 commit comments