Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333404
b: refs/heads/master
c: 6ccbe60
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Wolfram Sang committed Oct 8, 2012
1 parent 3bbb851 commit 358048c
Show file tree
Hide file tree
Showing 5 changed files with 731 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: d3b64c59341ac88b37a4474f8dee86b0d37accca
refs/heads/master: 6ccbe607132bd823abbad8d32b13af89161707da
10 changes: 10 additions & 0 deletions trunk/drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,16 @@ config I2C_XLR
This driver can also be built as a module. If so, the module
will be called i2c-xlr.

config I2C_RCAR
tristate "Renesas R-Car I2C Controller"
depends on ARCH_SHMOBILE && I2C
help
If you say yes to this option, support will be included for the
R-Car I2C controller.

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

comment "External I2C/SMBus adapter drivers"

config I2C_DIOLAN_U2C
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 @@ -70,6 +70,7 @@ obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o
obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o
obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o
obj-$(CONFIG_I2C_XLR) += i2c-xlr.o
obj-$(CONFIG_I2C_RCAR) += i2c-rcar.o

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

0 comments on commit 358048c

Please sign in to comment.