From ab072a3bfa0e9f3747c22ff869541f11263b636c Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 7 Apr 2023 19:08:43 +0200 Subject: [PATCH] PCI: xilinx: Drop obsolete dependency on COMPILE_TEST MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Bjorn Helgaas Cc: Lorenzo Pieralisi Cc: Rob Herring Cc: "Krzysztof Wilczyński" --- drivers/pci/controller/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index c52ca0c9550db..8d49bad7f8472 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 -- 2.30.2