Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # Character device configuration
  3. #
  4. menu "I2C Algorithms"
  5. config I2C_ALGOBIT
  6. tristate "I2C bit-banging interfaces"
  7. help
  8. This allows you to use a range of I2C adapters called bit-banging
  9. adapters. Say Y if you own an I2C adapter belonging to this class
  10. and then say Y to the specific driver for you adapter below.
  11. This support is also available as a module. If so, the module
  12. will be called i2c-algo-bit.
  13. config I2C_ALGOPCF
  14. tristate "I2C PCF 8584 interfaces"
  15. help
  16. This allows you to use a range of I2C adapters called PCF adapters.
  17. Say Y if you own an I2C adapter belonging to this class and then say
  18. Y to the specific driver for you adapter below.
  19. This support is also available as a module. If so, the module
  20. will be called i2c-algo-pcf.
  21. config I2C_ALGOPCA
  22. tristate "I2C PCA 9564 interfaces"
  23. help
  24. This allows you to use a range of I2C adapters called PCA adapters.
  25. Say Y if you own an I2C adapter belonging to this class and then say
  26. Y to the specific driver for you adapter below.
  27. This support is also available as a module. If so, the module
  28. will be called i2c-algo-pca.
  29. config I2C_ALGO_SGI
  30. tristate "I2C SGI interfaces"
  31. depends on SGI_IP22 || SGI_IP32 || X86_VISWS
  32. help
  33. Supports the SGI interfaces like the ones found on SGI Indy VINO
  34. or SGI O2 MACE.
  35. endmenu