Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754663AbbK3QY3 (ORCPT ); Mon, 30 Nov 2015 11:24:29 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:35089 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbbK3QY1 (ORCPT ); Mon, 30 Nov 2015 11:24:27 -0500 From: Paul Burton To: CC: Paul Burton , Ley Foon Tan , Jayachandran C , Rob Herring , "Bjorn Helgaas" , , , Zhou Wang , Duc Dang , Marc Zyngier , Minghuan Lian , Geert Uytterhoeven , Ray Jui , Hauke Mehrtens Subject: [PATCH 09/28] PCI: xilinx: allow build on MIPS platforms Date: Mon, 30 Nov 2015 16:21:34 +0000 Message-ID: <1448900513-20856-10-git-send-email-paul.burton@imgtec.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1448900513-20856-1-git-send-email-paul.burton@imgtec.com> References: <1448900513-20856-1-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.236] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 913 Lines: 30 Allow the xilinx-pcie driver to be built on MIPS platforms. This will be used on the MIPS Boston board. Signed-off-by: Paul Burton --- 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 f131ba9..a22e6c7 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -81,7 +81,7 @@ config PCI_KEYSTONE config PCIE_XILINX bool "Xilinx AXI PCIe host bridge support" - depends on ARCH_ZYNQ + depends on ARCH_ZYNQ || MIPS help Say 'Y' here if you want kernel to support the Xilinx AXI PCIe Host Bridge driver. -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/