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/20230407190843.529caf19@endymion.delvare Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: "Krzysztof Wilczyński" <kw@linux.com>
1 parent 9f3c35b commit ab072a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)