From: Peter Robinson Date: Mon, 15 May 2017 12:26:17 +0000 (+0100) Subject: PCI: dwc: dra7xx: Depend on appropriate SoC or compile test X-Git-Tag: v4.13-rc1~88^2~13^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27fce382a809064c0e23154433ce56ec2124dafa;p=karo-tx-linux.git PCI: dwc: dra7xx: Depend on appropriate SoC or compile test The PCI controller attached to a SoC isn't much use if the core SoC isn't enabled, unless of course it's compile testing, so add appropriate dependency. Signed-off-by: Peter Robinson Signed-off-by: Bjorn Helgaas Acked-by: Kishon Vijay Abraham I --- diff --git a/drivers/pci/dwc/Kconfig b/drivers/pci/dwc/Kconfig index b7e15526d676..d34b6dfbb351 100644 --- a/drivers/pci/dwc/Kconfig +++ b/drivers/pci/dwc/Kconfig @@ -16,6 +16,7 @@ config PCIE_DW_EP config PCI_DRA7XX bool "TI DRA7xx PCIe controller" + depends on SOC_DRA7XX || COMPILE_TEST depends on (PCI && PCI_MSI_IRQ_DOMAIN) || PCI_ENDPOINT depends on OF && HAS_IOMEM && TI_PIPE3 help