2015-08-03 14:19:21 +00:00
|
|
|
config I2C_MUX
|
2015-12-08 10:18:53 +00:00
|
|
|
bool "Support I2C multiplexers"
|
2015-08-03 14:19:21 +00:00
|
|
|
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.
|
2015-08-03 14:19:22 +00:00
|
|
|
|
|
|
|
config I2C_ARB_GPIO_CHALLENGE
|
2015-12-08 10:18:54 +00:00
|
|
|
bool "GPIO-based I2C arbitration"
|
|
|
|
depends on I2C_MUX
|
|
|
|
help
|
|
|
|
If you say yes to this option, support will be included for an
|
|
|
|
I2C multimaster arbitration scheme using GPIOs and a challenge &
|
|
|
|
response mechanism where masters have to claim the bus by asserting
|
|
|
|
a GPIO.
|