031-10-MIPS-BCM47xx-Don-t-select-BCMA_HOST_PCI.patch 989 B

123456789101112131415161718192021222324252627282930
  1. From 5521bb0c510ed5c1881636524badfb9bc951f6ac Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
  3. Date: Sun, 7 Jun 2015 13:26:44 +0200
  4. Subject: [PATCH] MIPS: BCM47xx: Don't select BCMA_HOST_PCI
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. SoC may have non-Broadcom PCI device attached or one may want to use
  9. totally different PCI driver.
  10. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
  11. Cc: linux-mips@linux-mips.org
  12. Cc: Hauke Mehrtens <hauke@hauke-m.de>
  13. Patchwork: https://patchwork.linux-mips.org/patch/10537/
  14. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  15. ---
  16. arch/mips/bcm47xx/Kconfig | 1 -
  17. 1 file changed, 1 deletion(-)
  18. --- a/arch/mips/bcm47xx/Kconfig
  19. +++ b/arch/mips/bcm47xx/Kconfig
  20. @@ -26,7 +26,6 @@ config BCM47XX_BCMA
  21. select BCMA
  22. select BCMA_HOST_SOC
  23. select BCMA_DRIVER_MIPS
  24. - select BCMA_HOST_PCI if PCI
  25. select BCMA_DRIVER_PCI_HOSTMODE if PCI
  26. select BCMA_DRIVER_GPIO
  27. default y