提交 a294de4e 编写于 作者: D Domen Puncer 提交者: Greg Kroah-Hartman

i2c-au1550: Add I2C support for Au1200

i2c-au1550: Add I2C support for Au1200
Signed-off-by: NDomen Puncer <domen.puncer@ultra.si>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 6ed07134
...@@ -75,11 +75,11 @@ config I2C_AMD8111 ...@@ -75,11 +75,11 @@ config I2C_AMD8111
will be called i2c-amd8111. will be called i2c-amd8111.
config I2C_AU1550 config I2C_AU1550
tristate "Au1550 SMBus interface" tristate "Au1550/Au1200 SMBus interface"
depends on I2C && SOC_AU1550 depends on I2C && (SOC_AU1550 || SOC_AU1200)
help help
If you say yes to this option, support will be included for the 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 This driver can also be built as a module. If so, the module
will be called i2c-au1550. will be called i2c-au1550.
......
...@@ -34,8 +34,7 @@ ...@@ -34,8 +34,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include <asm/mach-au1x00/au1000.h> #include <asm/mach-au1x00/au1xxx.h>
#include <asm/mach-pb1x00/pb1550.h>
#include <asm/mach-au1x00/au1xxx_psc.h> #include <asm/mach-au1x00/au1xxx_psc.h>
#include "i2c-au1550.h" #include "i2c-au1550.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册