]> Git Repo - linux.git/commitdiff
PCI: keystone: Enable compile-testing on !ARM
authorAlex Dewar <[email protected]>
Sun, 6 Sep 2020 19:51:27 +0000 (20:51 +0100)
committerLorenzo Pieralisi <[email protected]>
Thu, 19 Nov 2020 10:46:34 +0000 (10:46 +0000)
Currently the Keystone driver can only be compile-tested on ARM, but
this restriction seems unnecessary. Get rid of it to increase test
coverage.

Build-tested with allyesconfig on x86, ppc, mips and riscv.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Dewar <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Rob Herring <[email protected]>
drivers/pci/controller/dwc/Kconfig

index bc049865f8e0539cf6554e7ef1c0162c6a5c73c2..f9066ea66295cf0a7ee9fb1ade897e8c8f01421e 100644 (file)
@@ -107,7 +107,7 @@ config PCI_KEYSTONE
 
 config PCI_KEYSTONE_HOST
        bool "PCI Keystone Host Mode"
-       depends on ARCH_KEYSTONE || ARCH_K3 || ((ARM || ARM64) && COMPILE_TEST)
+       depends on ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST
        depends on PCI_MSI_IRQ_DOMAIN
        select PCIE_DW_HOST
        select PCI_KEYSTONE
@@ -119,7 +119,7 @@ config PCI_KEYSTONE_HOST
 
 config PCI_KEYSTONE_EP
        bool "PCI Keystone Endpoint Mode"
-       depends on ARCH_KEYSTONE || ARCH_K3 || ((ARM || ARM64) && COMPILE_TEST)
+       depends on ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST
        depends on PCI_ENDPOINT
        select PCIE_DW_EP
        select PCI_KEYSTONE
This page took 0.058179 seconds and 4 git commands to generate.