Kconfig 3.8 KB

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