Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #
  2. # Potentiometer drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Digital potentiometers"
  6. config DS1803
  7. tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
  8. depends on I2C
  9. help
  10. Say yes here to build support for the Maxim Integrated DS1803
  11. digital potentiometer chip.
  12. To compile this driver as a module, choose M here: the
  13. module will be called ds1803.
  14. config MAX5487
  15. tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
  16. depends on SPI
  17. help
  18. Say yes here to build support for the Maxim
  19. MAX5487, MAX5488, MAX5489 digital potentiometer
  20. chips.
  21. To compile this driver as a module, choose M here: the
  22. module will be called max5487.
  23. config MCP4131
  24. tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
  25. depends on SPI
  26. help
  27. Say yes here to build support for the Microchip
  28. MCP4131, MCP4132,
  29. MCP4141, MCP4142,
  30. MCP4151, MCP4152,
  31. MCP4161, MCP4162,
  32. MCP4231, MCP4232,
  33. MCP4241, MCP4242,
  34. MCP4251, MCP4252,
  35. MCP4261, MCP4262,
  36. digital potentiometer chips.
  37. To compile this driver as a module, choose M here: the
  38. module will be called mcp4131.
  39. config MCP4531
  40. tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
  41. depends on I2C
  42. help
  43. Say yes here to build support for the Microchip
  44. MCP4531, MCP4532, MCP4541, MCP4542,
  45. MCP4551, MCP4552, MCP4561, MCP4562,
  46. MCP4631, MCP4632, MCP4641, MCP4642,
  47. MCP4651, MCP4652, MCP4661, MCP4662
  48. digital potentiometer chips.
  49. To compile this driver as a module, choose M here: the
  50. module will be called mcp4531.
  51. config TPL0102
  52. tristate "Texas Instruments digital potentiometer driver"
  53. depends on I2C
  54. select REGMAP_I2C
  55. help
  56. Say yes here to build support for the Texas Instruments
  57. TPL0102, TPL0402
  58. digital potentiometer chips.
  59. To compile this driver as a module, choose M here: the
  60. module will be called tpl0102.
  61. endmenu