From patchwork Sat Jul 25 19:15:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 499999 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4383A1402D7 for ; Sun, 26 Jul 2015 05:15:31 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932110AbbGYTPa (ORCPT ); Sat, 25 Jul 2015 15:15:30 -0400 Received: from hauke-m.de ([5.39.93.123]:59968 "EHLO hauke-m.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932104AbbGYTP3 (ORCPT ); Sat, 25 Jul 2015 15:15:29 -0400 Received: from hauke-desktop.fritz.box (pD9F6084C.dip0.t-ipconnect.de [217.246.8.76]) by hauke-m.de (Postfix) with ESMTPSA id A13FD10001D; Sat, 25 Jul 2015 21:15:28 +0200 (CEST) From: Hauke Mehrtens To: bhelgaas@google.com Cc: linux-pci@vger.kernel.org, zajec5@gmail.com, rjui@broadcom.com.com, Hauke Mehrtens Subject: [PATCH] PCI: iproc_bcma: allow build as module Date: Sat, 25 Jul 2015 21:15:24 +0200 Message-Id: <1437851724-10519-1-git-send-email-hauke@hauke-m.de> X-Mailer: git-send-email 2.1.4 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Changes this to tristate to make it possible to build this driver as a module. Signed-off-by: Hauke Mehrtens Acked-by: Ray Jui --- 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