Commit ab072a3b authored by Jean Delvare's avatar Jean Delvare Committed by Bjorn Helgaas

PCI: xilinx: Drop obsolete dependency on COMPILE_TEST

Since commit 0166dc11 ("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.delvareSigned-off-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: "Krzysztof Wilczyński" <kw@linux.com>
parent 9f3c35bf
...@@ -319,7 +319,7 @@ config PCI_XGENE_MSI ...@@ -319,7 +319,7 @@ config PCI_XGENE_MSI
config PCIE_XILINX config PCIE_XILINX
bool "Xilinx AXI PCIe controller" bool "Xilinx AXI PCIe controller"
depends on OF || COMPILE_TEST depends on OF
depends on PCI_MSI depends on PCI_MSI
help help
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment