Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182048
b: refs/heads/master
c: 85660f4
h: refs/heads/master
v: v3
  • Loading branch information
Rade Bozic authored and Ralf Baechle committed Feb 27, 2010
1 parent 4b48850 commit 2bfc2ea
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f41c3c1b3ed53440b37445712f8e1048a39d7001
refs/heads/master: 85660f43a308cc601b243c1f4dc18a63545c5cfa
10 changes: 10 additions & 0 deletions trunk/drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,16 @@ config I2C_VERSATILE
This driver can also be built as a module. If so, the module
will be called i2c-versatile.

config I2C_OCTEON
tristate "Cavium OCTEON I2C bus support"
depends on CPU_CAVIUM_OCTEON
help
Say yes if you want to support the I2C serial bus on Cavium
OCTEON SOC.

This driver can also be built as a module. If so, the module
will be called i2c-octeon.

comment "External I2C/SMBus adapter drivers"

config I2C_PARPORT
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ obj-$(CONFIG_I2C_SH_MOBILE) += i2c-sh_mobile.o
obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o
obj-$(CONFIG_I2C_STU300) += i2c-stu300.o
obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o
obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o

# External I2C/SMBus adapter drivers
obj-$(CONFIG_I2C_PARPORT) += i2c-parport.o
Expand Down
Loading

0 comments on commit 2bfc2ea

Please sign in to comment.