PCI: versatile: Enable COMPILE_TEST
authorRob Herring <robh@kernel.org>
Mon, 28 Oct 2019 16:32:49 +0000 (11:32 -0500)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 29 Oct 2019 10:52:29 +0000 (10:52 +0000)
Since commit a574795bc383 ("PCI: generic,versatile: Remove unused
pci_sys_data structures") the build dependency on ARM is gone, so let's
enable COMPILE_TEST for versatile.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Andrew Murray <andrew.murray@arm.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/controller/Kconfig

index 70e078238899f206ab5885a103468453e8ac9dc4..f5de9119e8d344ee138ea6f1b90091d18d322880 100644 (file)
@@ -135,7 +135,7 @@ config PCI_V3_SEMI
 
 config PCI_VERSATILE
        bool "ARM Versatile PB PCI controller"
-       depends on ARCH_VERSATILE
+       depends on ARCH_VERSATILE || COMPILE_TEST
 
 config PCIE_IPROC
        tristate