Skip to content

Commit ecf8fd6

Browse files
robherringLorenzo Pieralisi
authored andcommitted
PCI: versatile: Enable COMPILE_TEST
Since commit a574795 ("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 <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Andrew Murray <[email protected]> Acked-by: Linus Walleij <[email protected]> Cc: Lorenzo Pieralisi <[email protected]> Cc: Bjorn Helgaas <[email protected]>
1 parent 2999dea commit ecf8fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ config PCI_V3_SEMI
135135

136136
config PCI_VERSATILE
137137
bool "ARM Versatile PB PCI controller"
138-
depends on ARCH_VERSATILE
138+
depends on ARCH_VERSATILE || COMPILE_TEST
139139

140140
config PCIE_IPROC
141141
tristate

0 commit comments

Comments
 (0)