Kconfig 351 B

123456789101112131415161718192021
  1. #
  2. # I2C algorithm drivers configuration
  3. #
  4. menu "I2C Algorithms"
  5. depends on !I2C_HELPER_AUTO
  6. config I2C_ALGOBIT
  7. tristate "I2C bit-banging interfaces"
  8. config I2C_ALGOPCF
  9. tristate "I2C PCF 8584 interfaces"
  10. config I2C_ALGOPCA
  11. tristate "I2C PCA 9564 interfaces"
  12. config I2C_ALGO_SGI
  13. tristate
  14. depends on SGI_IP22 || SGI_IP32 || X86_VISWS
  15. endmenu