035-PCI-iproc-Allow-BCMA-bus-driver-to-be-built-as-modul.patch 906 B

1234567891011121314151617181920212223242526
  1. From 05aa7d6a72c1fca809e4d8bfdc5fa202cb8bed37 Mon Sep 17 00:00:00 2001
  2. From: Hauke Mehrtens <hauke@hauke-m.de>
  3. Date: Sat, 25 Jul 2015 21:15:24 +0200
  4. Subject: [PATCH] PCI: iproc: Allow BCMA bus driver to be built as module
  5. Change CONFIG_PCIE_IPROC_BCMA to tristate to make it possible to build this
  6. driver as a module.
  7. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  8. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  9. Acked-by: Ray Jui <rjui@broadcom.com>
  10. ---
  11. drivers/pci/host/Kconfig | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. --- a/drivers/pci/host/Kconfig
  14. +++ b/drivers/pci/host/Kconfig
  15. @@ -126,7 +126,7 @@ config PCIE_IPROC_PLATFORM
  16. through the generic platform bus interface
  17. config PCIE_IPROC_BCMA
  18. - bool "Broadcom iProc PCIe BCMA bus driver"
  19. + tristate "Broadcom iProc PCIe BCMA bus driver"
  20. depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
  21. select PCIE_IPROC
  22. select BCMA