diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-25 21:15:24 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-08-11 15:33:01 -0500 |
commit | 05aa7d6a72c1fca809e4d8bfdc5fa202cb8bed37 (patch) | |
tree | 13be0591ba33dfaafd4ef191efdb6621fe9d1f3a /drivers/pci | |
parent | 8d9bfe3702aaea457b3d59b09b86e9f03c322605 (diff) | |
download | linux-stable-05aa7d6a72c1fca809e4d8bfdc5fa202cb8bed37.tar.gz linux-stable-05aa7d6a72c1fca809e4d8bfdc5fa202cb8bed37.tar.bz2 linux-stable-05aa7d6a72c1fca809e4d8bfdc5fa202cb8bed37.zip |
PCI: iproc: Allow BCMA bus driver to be built as module
Change CONFIG_PCIE_IPROC_BCMA to tristate to make it possible to build this
driver as a module.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ray Jui <rjui@broadcom.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index c132bddc03f3..e339a8c42f76 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 |