| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Wed, 30 May 2012 17:04:45 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=kdCbYpAkvVTRNS4hoVlQyyRSY9PtLkPNWCxSJcXSMTo=; b=SS/PBV2yYkmhHdS24RhtM/VQNvFtUGLPtZANa2U8KP8dXkYXMAk6nAaosQxBIfuxVQ R+Om2qUPKM82YoHWnREQzGe4eZDhcyiSiVVv9Ig4cOsh2cKVNcmQM5WnL3uhWQLIMB5b HfC+2f80WV5wWwjXe/uw2DvEpGAkHeS77iFVje+msRKB+yF2CSbpmINbv4OKm0NXqEKt 6RLWVnRanC7ERUP4DeJPuFWR+Je+s4rQAex6uic5+ATn60JQxTIMZ6qrAqV3wit5/HaF piBm01Fi6neMmyMEy9ex4XMn8KwdaqzGW4ufELN6ZS+qspqsOsF4Cf6pBnuPbGriMZoH ICcg== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [PATCH V5 16/17] SPI: MIPS: lantiq: add FALCON spi driver, Grant Likely |
|---|---|
| Next by Date: | [PATCH] MIPS: fix duplicate config ARCH_SPARSEMEM_ENABLE, Yoichi Yuasa |
| Previous by Thread: | [PATCH] MIPS: Properly align the .data..init_task section., David Daney |
| Next by Thread: | Re: [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |