Skip to content

Commit ab072a3

Browse files
jdelvarebjorn-helgaas
authored andcommitted
PCI: xilinx: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc1 ("of: make CONFIG_OF user selectable"), it is possible to test-build any driver which depends on OF on any architecture by explicitly selecting OF. Therefore depending on COMPILE_TEST as an alternative is no longer needed. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jean Delvare <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Cc: Lorenzo Pieralisi <[email protected]> Cc: Rob Herring <[email protected]> Cc: "Krzysztof Wilczyński" <[email protected]>
1 parent 9f3c35b commit ab072a3

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
@@ -319,7 +319,7 @@ config PCI_XGENE_MSI
319319

320320
config PCIE_XILINX
321321
bool "Xilinx AXI PCIe controller"
322-
depends on OF || COMPILE_TEST
322+
depends on OF
323323
depends on PCI_MSI
324324
help
325325
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe

0 commit comments

Comments
 (0)