Kconfig 673 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Multiplexer I2C chip drivers configuration
  3. #
  4. menu "Multiplexer I2C Chip support"
  5. depends on I2C_MUX
  6. config I2C_MUX_PCA9541
  7. tristate "NXP PCA9541 I2C Master Selector"
  8. depends on EXPERIMENTAL
  9. help
  10. If you say yes here you get support for the NXP PCA9541
  11. I2C Master Selector.
  12. This driver can also be built as a module. If so, the module
  13. will be called pca9541.
  14. config I2C_MUX_PCA954x
  15. tristate "Philips PCA954x I2C Mux/switches"
  16. depends on EXPERIMENTAL
  17. help
  18. If you say yes here you get support for the Philips PCA954x
  19. I2C mux/switch devices.
  20. This driver can also be built as a module. If so, the module
  21. will be called pca954x.
  22. endmenu