Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Multiplexer I2C chip drivers configuration
  3. #
  4. menu "Multiplexer I2C Chip support"
  5. depends on I2C_MUX
  6. config I2C_MUX_GPIO
  7. tristate "GPIO-based I2C multiplexer"
  8. depends on GENERIC_GPIO
  9. help
  10. If you say yes to this option, support will be included for a
  11. GPIO based I2C multiplexer. This driver provides access to
  12. I2C busses connected through a MUX, which is controlled
  13. through GPIO pins.
  14. This driver can also be built as a module. If so, the module
  15. will be called gpio-i2cmux.
  16. config I2C_MUX_PCA9541
  17. tristate "NXP PCA9541 I2C Master Selector"
  18. depends on EXPERIMENTAL
  19. help
  20. If you say yes here you get support for the NXP PCA9541
  21. I2C Master Selector.
  22. This driver can also be built as a module. If so, the module
  23. will be called pca9541.
  24. config I2C_MUX_PCA954x
  25. tristate "Philips PCA954x I2C Mux/switches"
  26. depends on EXPERIMENTAL
  27. help
  28. If you say yes here you get support for the Philips PCA954x
  29. I2C mux/switch devices.
  30. This driver can also be built as a module. If so, the module
  31. will be called pca954x.
  32. endmenu