Add dependency on ARCH_GEMINI and compile test Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxx> --- drivers/pci/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 7f47cd5e10a5..7810acbf9ad2 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -30,7 +30,7 @@ config PCIE_XILINX_NWL config PCI_FTPCI100 bool "Faraday Technology FTPCI100 PCI controller" depends on OF - depends on ARM + depends on ARM && (ARCH_GEMINI || COMPILE_TEST) default ARCH_GEMINI config PCI_TEGRA -- 2.13.0