18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Potentiometer drivers
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci# When adding new entries keep the list in alphabetical order
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_cimenu "Digital potentiometers"
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciconfig AD5272
108c2ecf20Sopenharmony_ci	tristate "Analog Devices AD5272 and similar Digital Potentiometer driver"
118c2ecf20Sopenharmony_ci	depends on I2C
128c2ecf20Sopenharmony_ci	help
138c2ecf20Sopenharmony_ci	  Say yes here to build support for the Analog Devices AD5272 and AD5274
148c2ecf20Sopenharmony_ci	  digital potentiometer chip.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
178c2ecf20Sopenharmony_ci	  module will be called ad5272.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciconfig DS1803
208c2ecf20Sopenharmony_ci	tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
218c2ecf20Sopenharmony_ci	depends on I2C
228c2ecf20Sopenharmony_ci	help
238c2ecf20Sopenharmony_ci	  Say yes here to build support for the Maxim Integrated DS1803
248c2ecf20Sopenharmony_ci	  digital potentiometer chip.
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
278c2ecf20Sopenharmony_ci	  module will be called ds1803.
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciconfig MAX5432
308c2ecf20Sopenharmony_ci	tristate "Maxim MAX5432-MAX5435 Digital Potentiometer driver"
318c2ecf20Sopenharmony_ci	depends on I2C
328c2ecf20Sopenharmony_ci	help
338c2ecf20Sopenharmony_ci	  Say yes here to build support for the Maxim
348c2ecf20Sopenharmony_ci	  MAX5432, MAX5433, MAX5434 and MAX5435 digital
358c2ecf20Sopenharmony_ci	  potentiometer chips.
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
388c2ecf20Sopenharmony_ci	  module will be called max5432.
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ciconfig MAX5481
418c2ecf20Sopenharmony_ci	tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"
428c2ecf20Sopenharmony_ci	depends on SPI
438c2ecf20Sopenharmony_ci	help
448c2ecf20Sopenharmony_ci	  Say yes here to build support for the Maxim
458c2ecf20Sopenharmony_ci	  MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer
468c2ecf20Sopenharmony_ci	  chips.
478c2ecf20Sopenharmony_ci
488c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
498c2ecf20Sopenharmony_ci	  module will be called max5481.
508c2ecf20Sopenharmony_ci
518c2ecf20Sopenharmony_ciconfig MAX5487
528c2ecf20Sopenharmony_ci	tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
538c2ecf20Sopenharmony_ci	depends on SPI
548c2ecf20Sopenharmony_ci	help
558c2ecf20Sopenharmony_ci	  Say yes here to build support for the Maxim
568c2ecf20Sopenharmony_ci	  MAX5487, MAX5488, MAX5489 digital potentiometer
578c2ecf20Sopenharmony_ci	  chips.
588c2ecf20Sopenharmony_ci
598c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
608c2ecf20Sopenharmony_ci	  module will be called max5487.
618c2ecf20Sopenharmony_ci
628c2ecf20Sopenharmony_ciconfig MCP4018
638c2ecf20Sopenharmony_ci	tristate "Microchip MCP4017/18/19 Digital Potentiometer driver"
648c2ecf20Sopenharmony_ci	depends on I2C
658c2ecf20Sopenharmony_ci	help
668c2ecf20Sopenharmony_ci	  Say yes here to build support for the Microchip
678c2ecf20Sopenharmony_ci	  MCP4017, MCP4018, MCP4019
688c2ecf20Sopenharmony_ci	  digital potentiometer chips.
698c2ecf20Sopenharmony_ci
708c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
718c2ecf20Sopenharmony_ci	  module will be called mcp4018.
728c2ecf20Sopenharmony_ci
738c2ecf20Sopenharmony_ciconfig MCP4131
748c2ecf20Sopenharmony_ci	tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
758c2ecf20Sopenharmony_ci	depends on SPI
768c2ecf20Sopenharmony_ci	help
778c2ecf20Sopenharmony_ci	  Say yes here to build support for the Microchip
788c2ecf20Sopenharmony_ci	  MCP4131, MCP4132,
798c2ecf20Sopenharmony_ci	  MCP4141, MCP4142,
808c2ecf20Sopenharmony_ci	  MCP4151, MCP4152,
818c2ecf20Sopenharmony_ci	  MCP4161, MCP4162,
828c2ecf20Sopenharmony_ci	  MCP4231, MCP4232,
838c2ecf20Sopenharmony_ci	  MCP4241, MCP4242,
848c2ecf20Sopenharmony_ci	  MCP4251, MCP4252,
858c2ecf20Sopenharmony_ci	  MCP4261, MCP4262,
868c2ecf20Sopenharmony_ci	  digital potentiometer chips.
878c2ecf20Sopenharmony_ci
888c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
898c2ecf20Sopenharmony_ci	  module will be called mcp4131.
908c2ecf20Sopenharmony_ci
918c2ecf20Sopenharmony_ciconfig MCP4531
928c2ecf20Sopenharmony_ci	tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
938c2ecf20Sopenharmony_ci	depends on I2C
948c2ecf20Sopenharmony_ci	help
958c2ecf20Sopenharmony_ci	  Say yes here to build support for the Microchip
968c2ecf20Sopenharmony_ci	  MCP4531, MCP4532, MCP4541, MCP4542,
978c2ecf20Sopenharmony_ci	  MCP4551, MCP4552, MCP4561, MCP4562,
988c2ecf20Sopenharmony_ci	  MCP4631, MCP4632, MCP4641, MCP4642,
998c2ecf20Sopenharmony_ci	  MCP4651, MCP4652, MCP4661, MCP4662
1008c2ecf20Sopenharmony_ci	  digital potentiometer chips.
1018c2ecf20Sopenharmony_ci
1028c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1038c2ecf20Sopenharmony_ci	  module will be called mcp4531.
1048c2ecf20Sopenharmony_ci
1058c2ecf20Sopenharmony_ciconfig MCP41010
1068c2ecf20Sopenharmony_ci	tristate "Microchip MCP41xxx/MCP42xxx Digital Potentiometer driver"
1078c2ecf20Sopenharmony_ci	depends on SPI
1088c2ecf20Sopenharmony_ci	help
1098c2ecf20Sopenharmony_ci	  Say yes here to build support for the Microchip
1108c2ecf20Sopenharmony_ci	  MCP41010, MCP41050, MCP41100,
1118c2ecf20Sopenharmony_ci	  MCP42010, MCP42050, MCP42100
1128c2ecf20Sopenharmony_ci	  digital potentiometer chips.
1138c2ecf20Sopenharmony_ci
1148c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1158c2ecf20Sopenharmony_ci	  module will be called mcp41010.
1168c2ecf20Sopenharmony_ci
1178c2ecf20Sopenharmony_ciconfig TPL0102
1188c2ecf20Sopenharmony_ci	tristate "Texas Instruments digital potentiometer driver"
1198c2ecf20Sopenharmony_ci	depends on I2C
1208c2ecf20Sopenharmony_ci	select REGMAP_I2C
1218c2ecf20Sopenharmony_ci	help
1228c2ecf20Sopenharmony_ci	  Say yes here to build support for the Texas Instruments
1238c2ecf20Sopenharmony_ci	  TPL0102, TPL0402
1248c2ecf20Sopenharmony_ci	  digital potentiometer chips.
1258c2ecf20Sopenharmony_ci
1268c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1278c2ecf20Sopenharmony_ci	  module will be called tpl0102.
1288c2ecf20Sopenharmony_ci
1298c2ecf20Sopenharmony_ciendmenu
130