Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215606
b: refs/heads/master
c: ae63b13
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Jean Delvare committed Oct 24, 2010
1 parent 51b0eb2 commit e0f464d
Show file tree
Hide file tree
Showing 4 changed files with 423 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: 51b54ba9bb16b9fc28ec88006778d330af00bf8b
refs/heads/master: ae63b13bbeca7f8915c555663f8789a531611e4b
10 changes: 10 additions & 0 deletions trunk/drivers/i2c/muxes/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
menu "Multiplexer I2C Chip support"
depends on I2C_MUX

config I2C_MUX_PCA9541
tristate "NXP PCA9541 I2C Master Selector"
depends on EXPERIMENTAL
help
If you say yes here you get support for the NXP PCA9541
I2C Master Selector.

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

config I2C_MUX_PCA954x
tristate "Philips PCA954x I2C Mux/switches"
depends on EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/i2c/muxes/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Makefile for multiplexer I2C chip drivers.

obj-$(CONFIG_I2C_MUX_PCA9541) += pca9541.o
obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o

ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
Loading

0 comments on commit e0f464d

Please sign in to comment.