Kconfig 314 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # I2C algorithm drivers configuration
  4. #
  5. menu "I2C Algorithms"
  6. visible if !I2C_HELPER_AUTO
  7. config I2C_ALGOBIT
  8. tristate "I2C bit-banging interfaces"
  9. config I2C_ALGOPCF
  10. tristate "I2C PCF 8584 interfaces"
  11. config I2C_ALGOPCA
  12. tristate "I2C PCA 9564 interfaces"
  13. endmenu