| To: | Adrian Bunk <bunk@stusta.de>, "David S. Miller" <davem@davemloft.net> |
|---|---|
| Subject: | [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies |
| From: | Samuel Ortiz <samuel@sortiz.org> |
| Date: | Fri, 30 Jun 2006 09:56:07 +0300 |
| Cc: | Andrew Morton <akpm@osdl.org>, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ralf@linux-mips.org, linux-mips@linux-mips.org, Jean-Luc Leger <reiga@dspnet.fr.eu.org>, irda-users@lists.sourceforge.net |
| In-reply-to: | <20060629154148.GA19712@stusta.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060629154148.GA19712@stusta.de> |
| Reply-to: | Samuel Ortiz <samuel@sortiz.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060403 |
Hi Dave,
AU1000 FIR is broken, it should depend on SOC_AU1000.
Spotted by Jean-Luc Leger.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
---
drivers/net/irda/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
index d2ce489..e9e6d99 100644
--- a/drivers/net/irda/Kconfig
+++ b/drivers/net/irda/Kconfig
@@ -350,7 +350,7 @@ config TOSHIBA_FIR
config AU1000_FIR
tristate "Alchemy Au1000 SIR/FIR"
- depends on MIPS_AU1000 && IRDA
+ depends on SOC_AU1000 && IRDA
config SMC_IRCC_FIR
tristate "SMSC IrCC (EXPERIMENTAL)"
--
1.4.0
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: PATCH SB1250 NAPI support, Francois Romieu |
|---|---|
| Next by Date: | Re: [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies, David Miller |
| Previous by Thread: | [2.6 patch] fix the AU1000_FIR dependencies, Adrian Bunk |
| Next by Thread: | Re: [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies, David Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |