From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rnd-relay.smtp.broadcom.com ([192.19.229.170]:55531 "EHLO rnd-relay.smtp.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752864AbdJKWfJ (ORCPT ); Wed, 11 Oct 2017 18:35:09 -0400 From: Jim Quinlan To: linux-kernel@vger.kernel.org Cc: bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, Florian Fainelli , Ralf Baechle , Catalin Marinas , Will Deacon , Bjorn Helgaas , Rob Herring , Mark Rutland , Gregory Fong , Kevin Cernekee , Brian Norris , Jim Quinlan Subject: [PATCH 9/9] MIPS: BMIPS: enable PCI Date: Wed, 11 Oct 2017 18:34:29 -0400 Message-Id: <1507761269-7017-10-git-send-email-jim2101024@gmail.com> In-Reply-To: <1507761269-7017-1-git-send-email-jim2101024@gmail.com> References: <1507761269-7017-1-git-send-email-jim2101024@gmail.com> Sender: linux-pci-owner@vger.kernel.org List-ID: Adds the Kconfig hooks to enable the Broadcom STB PCIe root complex driver for Broadcom MIPS systems. Signed-off-by: Jim Quinlan --- arch/mips/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cb7fcc4..83ba54d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -209,6 +209,9 @@ config BMIPS_GENERIC select BOOT_RAW select NO_EXCEPT_FILL select USE_OF + select HW_HAS_PCI + select PCI_DRIVERS_GENERIC + select PCI select CEVT_R4K select CSRC_R4K select SYNC_R4K -- 1.9.0.138.g2de3478