Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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_ALGO8XX
  30. tristate "MPC8xx CPM I2C interface"
  31. depends on 8xx
  32. config I2C_ALGO_SGI
  33. tristate "I2C SGI interfaces"
  34. depends on SGI_IP22 || SGI_IP32 || X86_VISWS
  35. help
  36. Supports the SGI interfaces like the ones found on SGI Indy VINO
  37. or SGI O2 MACE.
  38. endmenu