summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-26 15:10:38 -0400
committerTom Rini <trini@konsulko.com>2017-08-26 15:10:38 -0400
commitcc0427d2695220961f43dfb5e110511a9cb8ae16 (patch)
tree9f70ca4a0a23892fe3ec9c66cc0ba4ae83833054 /drivers/i2c/muxes/Kconfig
parentc2150e4dc1b35dd7654103f1d4f8abc63a9a1cfc (diff)
parenta430556ecb630d26880b34b914b6ec29f5454d01 (diff)
Merge git://git.denx.de/u-boot-i2c
Diffstat (limited to 'drivers/i2c/muxes/Kconfig')
-rw-r--r--drivers/i2c/muxes/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 48900ed2af..156380c1cc 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -34,3 +34,12 @@ config I2C_MUX_PCA954x
paritioning I2C bus and connect multiple devices with the same address
to the same I2C controller where driver handles proper routing to
target i2c device. PCA9544 and PCA9548 are supported.
+
+config I2C_MUX_GPIO
+ tristate "GPIO-based I2C multiplexer"
+ depends on I2C_MUX && DM_GPIO
+ help
+ If you say yes to this option, support will be included for
+ a GPIO based I2C multiplexer. This driver provides access to
+ I2C busses connected through a MUX, which is controlled
+ through GPIO pins.