Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36097
b: refs/heads/master
c: a294de4
h: refs/heads/master
i:
  36095: f12adee
v: v3
  • Loading branch information
Domen Puncer authored and Greg Kroah-Hartman committed Sep 26, 2006
1 parent e30b615 commit cb1e0ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ed07134792655db12fddaafbf870425331a21f6
refs/heads/master: a294de4e97a7a0cdeb949a3b2fbd4d81addc6d8c
6 changes: 3 additions & 3 deletions trunk/drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/i2c/busses/i2c-au1550.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
#include <linux/errno.h>
#include <linux/i2c.h>

#include <asm/mach-au1x00/au1000.h>
#include <asm/mach-pb1x00/pb1550.h>
#include <asm/mach-au1x00/au1xxx.h>
#include <asm/mach-au1x00/au1xxx_psc.h>

#include "i2c-au1550.h"
Expand Down

0 comments on commit cb1e0ae

Please sign in to comment.