Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185030
b: refs/heads/master
c: e2ca307
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare committed Mar 2, 2010
1 parent ceb5577 commit f872a05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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: b5527a7766f0505dc72efe3cefe5e9dea826f611
refs/heads/master: e2ca307439fb9df922c3e8891289a2ac05812fb7
10 changes: 10 additions & 0 deletions trunk/drivers/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ config I2C_HELPER_AUTO

In doubt, say Y.

config I2C_SMBUS
tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
help
Say Y here if you want support for SMBus extensions to the I2C
specification. At the moment, the only supported extension is
the SMBus alert protocol.

This support is also available as a module. If so, the module
will be called i2c-smbus.

source drivers/i2c/algos/Kconfig
source drivers/i2c/busses/Kconfig
source drivers/i2c/chips/Kconfig
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#

obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
obj-$(CONFIG_I2C) += i2c-core.o i2c-smbus.o
obj-$(CONFIG_I2C) += i2c-core.o
obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
obj-y += busses/ chips/ algos/

Expand Down

0 comments on commit f872a05

Please sign in to comment.