From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f172.google.com ([209.85.223.172]:34984 "EHLO mail-io0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753518AbbHKUgN (ORCPT ); Tue, 11 Aug 2015 16:36:13 -0400 Received: by iodt126 with SMTP id t126so23826591iod.2 for ; Tue, 11 Aug 2015 13:36:12 -0700 (PDT) Date: Tue, 11 Aug 2015 15:36:08 -0500 From: Bjorn Helgaas To: Hauke Mehrtens Cc: linux-pci@vger.kernel.org, zajec5@gmail.com, rjui@broadcom.com Subject: Re: [PATCH] PCI: iproc_bcma: allow build as module Message-ID: <20150811203608.GI13982@google.com> References: <1437851724-10519-1-git-send-email-hauke@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1437851724-10519-1-git-send-email-hauke@hauke-m.de> Sender: linux-pci-owner@vger.kernel.org List-ID: On Sat, Jul 25, 2015 at 09:15:24PM +0200, Hauke Mehrtens wrote: > Changes this to tristate to make it possible to build this driver as a > module. > > Signed-off-by: Hauke Mehrtens Applied with Ray's ack to pci/host-iproc for v4.3, thanks! > --- > 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 c132bdd..e339a8c 100644 > --- a/drivers/pci/host/Kconfig > +++ b/drivers/pci/host/Kconfig > @@ -135,7 +135,7 @@ config PCIE_IPROC_PLATFORM > through the generic platform bus interface > > config PCIE_IPROC_BCMA > - bool "Broadcom iProc PCIe BCMA bus driver" > + tristate "Broadcom iProc PCIe BCMA bus driver" > depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST) > select PCIE_IPROC > select BCMA > -- > 2.1.4 >