| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [patch 3/8] au1xxx: I2C support for au1200 |
| From: | Domen Puncer <domen.puncer@ultra.si> |
| Date: | Fri, 23 Jun 2006 11:59:28 +0200 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20060623095703.GA30980@domen.ultra.si> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060623095703.GA30980@domen.ultra.si> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060126 |
Add I2C support for au1200.
Signed-off-by: Domen Puncer <domen.puncer@ultra.si>
Index: linux-mailed/drivers/i2c/busses/Kconfig
===================================================================
--- linux-mailed.orig/drivers/i2c/busses/Kconfig
+++ linux-mailed/drivers/i2c/busses/Kconfig
@@ -75,11 +75,11 @@ config I2C_AMD8111
will be called i2c-amd8111.
config I2C_AU1550
- tristate "Au1550 SMBus interface"
- depends on I2C && SOC_AU1550
+ tristate "Au1550/Au1200 SMBus interface"
+ depends on I2C && (SOC_AU1550 || SOC_AU1200)
help
If you say yes to this option, support will be included for the
- Au1550 SMBus interface.
+ Au1550 and Au1200 SMBus interface.
This driver can also be built as a module. If so, the module
will be called i2c-au1550.
|
| Previous by Date: | [patch 2/8] au1xxx: I2C fixes, Domen Puncer |
|---|---|
| Next by Date: | [patch 4/8] au1xxx: dbdma, no sleeping under spin_lock, Domen Puncer |
| Previous by Thread: | Re: [patch 2/8] au1xxx: I2C fixes, Sergei Shtylyov |
| Next by Thread: | Re: [patch 3/8] au1xxx: I2C support for au1200, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |