diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-06-07 07:26:44 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 15:54:33 -0400 |
commit | 78fc774479bcbcf51b3afb55e5ee4be5e5cd8b75 (patch) | |
tree | 649c25da9a07202187c8e651107fff141a7d86b6 /arch/mips | |
parent | 94a0535baf4d78246f5e35c347d484baef8aeb2e (diff) |
MIPS: BCM47xx: Don't select BCMA_HOST_PCI
SoC may have non-Broadcom PCI device attached or one may want to use
totally different PCI driver.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: https://patchwork.linux-mips.org/patch/10537/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/bcm47xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig index fc21d3659fa0..51ed599cc894 100644 --- a/arch/mips/bcm47xx/Kconfig +++ b/arch/mips/bcm47xx/Kconfig | |||
@@ -25,7 +25,6 @@ config BCM47XX_BCMA | |||
25 | select BCMA | 25 | select BCMA |
26 | select BCMA_HOST_SOC | 26 | select BCMA_HOST_SOC |
27 | select BCMA_DRIVER_MIPS | 27 | select BCMA_DRIVER_MIPS |
28 | select BCMA_HOST_PCI if PCI | ||
29 | select BCMA_DRIVER_PCI_HOSTMODE if PCI | 28 | select BCMA_DRIVER_PCI_HOSTMODE if PCI |
30 | select BCMA_DRIVER_GPIO | 29 | select BCMA_DRIVER_GPIO |
31 | default y | 30 | default y |