Kconfig 3.5 KB

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