Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 MAX5481
  15. tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"
  16. depends on SPI
  17. help
  18. Say yes here to build support for the Maxim
  19. MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer
  20. chips.
  21. To compile this driver as a module, choose M here: the
  22. module will be called max5481.
  23. config MAX5487
  24. tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
  25. depends on SPI
  26. help
  27. Say yes here to build support for the Maxim
  28. MAX5487, MAX5488, MAX5489 digital potentiometer
  29. chips.
  30. To compile this driver as a module, choose M here: the
  31. module will be called max5487.
  32. config MCP4131
  33. tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
  34. depends on SPI
  35. help
  36. Say yes here to build support for the Microchip
  37. MCP4131, MCP4132,
  38. MCP4141, MCP4142,
  39. MCP4151, MCP4152,
  40. MCP4161, MCP4162,
  41. MCP4231, MCP4232,
  42. MCP4241, MCP4242,
  43. MCP4251, MCP4252,
  44. MCP4261, MCP4262,
  45. digital potentiometer chips.
  46. To compile this driver as a module, choose M here: the
  47. module will be called mcp4131.
  48. config MCP4531
  49. tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
  50. depends on I2C
  51. help
  52. Say yes here to build support for the Microchip
  53. MCP4531, MCP4532, MCP4541, MCP4542,
  54. MCP4551, MCP4552, MCP4561, MCP4562,
  55. MCP4631, MCP4632, MCP4641, MCP4642,
  56. MCP4651, MCP4652, MCP4661, MCP4662
  57. digital potentiometer chips.
  58. To compile this driver as a module, choose M here: the
  59. module will be called mcp4531.
  60. config TPL0102
  61. tristate "Texas Instruments digital potentiometer driver"
  62. depends on I2C
  63. select REGMAP_I2C
  64. help
  65. Say yes here to build support for the Texas Instruments
  66. TPL0102, TPL0402
  67. digital potentiometer chips.
  68. To compile this driver as a module, choose M here: the
  69. module will be called tpl0102.
  70. endmenu