Kconfig 398 B

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