All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies
@ 2012-05-30  8:04 Yoichi Yuasa
  2012-05-30  9:44 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2012-05-30  8:04 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

warning: (BCM47XX_BCMA) selects BCMA_DRIVER_PCI_HOSTMODE which has unmet direct dependencies (BCMA_POSSIBLE && BCMA && MIPS && BCMA_HOST_PCI)
warning: (BCM47XX_BCMA) selects BCMA_DRIVER_PCI_HOSTMODE which has unmet direct dependencies (BCMA_POSSIBLE && BCMA && MIPS && BCMA_HOST_PCI)

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/bcm47xx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig
index 6210b8d..b311be4 100644
--- a/arch/mips/bcm47xx/Kconfig
+++ b/arch/mips/bcm47xx/Kconfig
@@ -21,6 +21,7 @@ config BCM47XX_BCMA
 	select BCMA
 	select BCMA_HOST_SOC
 	select BCMA_DRIVER_MIPS
+	select BCMA_HOST_PCI if PCI
 	select BCMA_DRIVER_PCI_HOSTMODE if PCI
 	default y
 	help
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies
  2012-05-30  8:04 [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies Yoichi Yuasa
@ 2012-05-30  9:44 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2012-05-30  9:44 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips


Applied.  Thanks, Yoichi-San!

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-30  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30  8:04 [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies Yoichi Yuasa
2012-05-30  9:44 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.