summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2023-04-07 20:08:43 +0300
committerBjorn Helgaas <bhelgaas@google.com>2023-04-21 00:18:05 +0300
commitab072a3bfa0e9f3747c22ff869541f11263b636c (patch)
tree1489a273a1e8a37b4a3eff70fc527a9b6b0f3299 /drivers/pci
parent9f3c35bfc54b309a60721b1edbbf20a5b4e663de (diff)
downloadlinux-ab072a3bfa0e9f3747c22ff869541f11263b636c.tar.xz
PCI: xilinx: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc11be91 ("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>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index c52ca0c9550d..8d49bad7f847 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -319,7 +319,7 @@ config PCI_XGENE_MSI
config PCIE_XILINX
bool "Xilinx AXI PCIe controller"
- depends on OF || COMPILE_TEST
+ depends on OF
depends on PCI_MSI
help
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe