blob: 0be5b83c08fafb4bc1cf0cc56c52be30643031a7 [file] [log] [blame]
Michael Lawnick7f528132010-08-11 18:21:03 +02001#
2# Multiplexer I2C chip drivers configuration
3#
4
5menu "Multiplexer I2C Chip support"
6 depends on I2C_MUX
7
Peter Korsgaard92ed1a72011-01-10 22:11:23 +01008config I2C_MUX_GPIO
9 tristate "GPIO-based I2C multiplexer"
10 depends on GENERIC_GPIO
11 help
12 If you say yes to this option, support will be included for a
13 GPIO based I2C multiplexer. This driver provides access to
14 I2C busses connected through a MUX, which is controlled
15 through GPIO pins.
16
17 This driver can also be built as a module. If so, the module
Jean Delvaree7065e22012-04-28 15:32:06 +020018 will be called i2c-mux-gpio.
Peter Korsgaard92ed1a72011-01-10 22:11:23 +010019
Guenter Roeckae63b132010-10-24 18:16:58 +020020config I2C_MUX_PCA9541
21 tristate "NXP PCA9541 I2C Master Selector"
Guenter Roeckae63b132010-10-24 18:16:58 +020022 help
23 If you say yes here you get support for the NXP PCA9541
24 I2C Master Selector.
25
26 This driver can also be built as a module. If so, the module
Wolfram Sangb4f0b742012-04-25 22:29:43 +020027 will be called i2c-mux-pca9541.
Guenter Roeckae63b132010-10-24 18:16:58 +020028
Michael Lawnick7f528132010-08-11 18:21:03 +020029config I2C_MUX_PCA954x
30 tristate "Philips PCA954x I2C Mux/switches"
Michael Lawnick7f528132010-08-11 18:21:03 +020031 help
32 If you say yes here you get support for the Philips PCA954x
33 I2C mux/switch devices.
34
35 This driver can also be built as a module. If so, the module
Wolfram Sangb4f0b742012-04-25 22:29:43 +020036 will be called i2c-mux-pca954x.
Michael Lawnick7f528132010-08-11 18:21:03 +020037
Stephen Warrenae58d1e2012-05-18 09:29:34 -060038config I2C_MUX_PINCTRL
39 tristate "pinctrl-based I2C multiplexer"
40 depends on PINCTRL
41 help
42 If you say yes to this option, support will be included for an I2C
43 multiplexer that uses the pinctrl subsystem, i.e. pin multiplexing.
44 This is useful for SoCs whose I2C module's signals can be routed to
45 different sets of pins at run-time.
46
47 This driver can also be built as a module. If so, the module will be
48 called pinctrl-i2cmux.
49
Michael Lawnick7f528132010-08-11 18:21:03 +020050endmenu