summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes/Kconfig
blob: a05b32d042c6330626d3e6378c60adabeb28553c (plain)
1
2
3
4
5
6
7
8
config I2C_MUX
	bool "Suport I2C multiplexers"
	depends on DM_I2C
	help
	  This enables I2C buses to be multiplexed, so that you can select
	  one of several buses using some sort of control mechanism. The
	  bus select is handled automatically when that bus is accessed,
	  using a suitable I2C MUX driver.