From: Jim Quinlan Date: Fri, 11 Sep 2020 17:52:21 +0000 (-0400) Subject: PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTB X-Git-Tag: v5.15~2606^2~16^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b927ad3405f96058014f97a610905b689cfbc563;p=platform%2Fkernel%2Flinux-starfive.git PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTB Have PCIE_BRCMSTB depend on ARCH_BRCMSTB. Also set the default value to ARCH_BRCMSTB. Link: https://lore.kernel.org/r/20200911175232.19016-2-james.quinlan@broadcom.com Signed-off-by: Jim Quinlan Signed-off-by: Lorenzo Pieralisi Reviewed-by: Rob Herring Acked-by: Florian Fainelli --- diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index f18c372..624ab98 100644 --- a/drivers/pci/controller/Kconfig +++ b/drivers/pci/controller/Kconfig @@ -270,9 +270,10 @@ config VMD config PCIE_BRCMSTB tristate "Broadcom Brcmstb PCIe host controller" - depends on ARCH_BCM2835 || COMPILE_TEST + depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST depends on OF depends on PCI_MSI_IRQ_DOMAIN + default ARCH_BRCMSTB help Say Y here to enable PCIe host controller support for Broadcom STB based SoCs, like the Raspberry Pi 4.