Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #
  2. # Potentiometer drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Digital potentiometers"
  6. config AD5272
  7. tristate "Analog Devices AD5272 and similar Digital Potentiometer driver"
  8. depends on I2C
  9. help
  10. Say yes here to build support for the Analog Devices AD5272 and AD5274
  11. digital potentiometer chip.
  12. To compile this driver as a module, choose M here: the
  13. module will be called ad5272.
  14. config DS1803
  15. tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
  16. depends on I2C
  17. help
  18. Say yes here to build support for the Maxim Integrated DS1803
  19. digital potentiometer chip.
  20. To compile this driver as a module, choose M here: the
  21. module will be called ds1803.
  22. config MAX5481
  23. tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"
  24. depends on SPI
  25. help
  26. Say yes here to build support for the Maxim
  27. MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer
  28. chips.
  29. To compile this driver as a module, choose M here: the
  30. module will be called max5481.
  31. config MAX5487
  32. tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
  33. depends on SPI
  34. help
  35. Say yes here to build support for the Maxim
  36. MAX5487, MAX5488, MAX5489 digital potentiometer
  37. chips.
  38. To compile this driver as a module, choose M here: the
  39. module will be called max5487.
  40. config MCP4018
  41. tristate "Microchip MCP4017/18/19 Digital Potentiometer driver"
  42. depends on I2C
  43. help
  44. Say yes here to build support for the Microchip
  45. MCP4017, MCP4018, MCP4019
  46. digital potentiometer chips.
  47. To compile this driver as a module, choose M here: the
  48. module will be called mcp4018.
  49. config MCP4131
  50. tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
  51. depends on SPI
  52. help
  53. Say yes here to build support for the Microchip
  54. MCP4131, MCP4132,
  55. MCP4141, MCP4142,
  56. MCP4151, MCP4152,
  57. MCP4161, MCP4162,
  58. MCP4231, MCP4232,
  59. MCP4241, MCP4242,
  60. MCP4251, MCP4252,
  61. MCP4261, MCP4262,
  62. digital potentiometer chips.
  63. To compile this driver as a module, choose M here: the
  64. module will be called mcp4131.
  65. config MCP4531
  66. tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
  67. depends on I2C
  68. help
  69. Say yes here to build support for the Microchip
  70. MCP4531, MCP4532, MCP4541, MCP4542,
  71. MCP4551, MCP4552, MCP4561, MCP4562,
  72. MCP4631, MCP4632, MCP4641, MCP4642,
  73. MCP4651, MCP4652, MCP4661, MCP4662
  74. digital potentiometer chips.
  75. To compile this driver as a module, choose M here: the
  76. module will be called mcp4531.
  77. config TPL0102
  78. tristate "Texas Instruments digital potentiometer driver"
  79. depends on I2C
  80. select REGMAP_I2C
  81. help
  82. Say yes here to build support for the Texas Instruments
  83. TPL0102, TPL0402
  84. digital potentiometer chips.
  85. To compile this driver as a module, choose M here: the
  86. module will be called tpl0102.
  87. endmenu