brintos

brintos / linux-shallow public Read only

0
0
Text · 4.1 KiB · e6a9a3c Raw
150 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Potentiometer drivers4#5# When adding new entries keep the list in alphabetical order6 7menu "Digital potentiometers"8 9config AD511010	tristate "Analog Devices AD5110 and similar Digital Potentiometer driver"11	depends on I2C12	help13	  Say yes here to build support for the Analog Devices AD5110, AD5112 14	  and AD5114 digital potentiometer chip.15 16	  To compile this driver as a module, choose M here: the17	  module will be called ad5110.18 19config AD527220	tristate "Analog Devices AD5272 and similar Digital Potentiometer driver"21	depends on I2C22	help23	  Say yes here to build support for the Analog Devices AD5272 and AD527424	  digital potentiometer chip.25 26	  To compile this driver as a module, choose M here: the27	  module will be called ad5272.28 29config DS180330	tristate "Maxim Integrated DS1803 and similar Digital Potentiometer driver"31	depends on I2C32	help33	  Say yes here to build support for the Maxim Integrated DS1803 and34	  DS3502 digital potentiometer chip.35 36	  To compile this driver as a module, choose M here: the37	  module will be called ds1803.38 39config MAX543240	tristate "Maxim MAX5432-MAX5435 Digital Potentiometer driver"41	depends on I2C42	help43	  Say yes here to build support for the Maxim44	  MAX5432, MAX5433, MAX5434 and MAX5435 digital45	  potentiometer chips.46 47	  To compile this driver as a module, choose M here: the48	  module will be called max5432.49 50config MAX548151	tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"52	depends on SPI53	help54	  Say yes here to build support for the Maxim55	  MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer56	  chips.57 58	  To compile this driver as a module, choose M here: the59	  module will be called max5481.60 61config MAX548762	tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"63	depends on SPI64	help65	  Say yes here to build support for the Maxim66	  MAX5487, MAX5488, MAX5489 digital potentiometer67	  chips.68 69	  To compile this driver as a module, choose M here: the70	  module will be called max5487.71 72config MCP401873	tristate "Microchip MCP4017/18/19 Digital Potentiometer driver"74	depends on I2C75	help76	  Say yes here to build support for the Microchip77	  MCP4017, MCP4018, MCP401978	  digital potentiometer chips.79 80	  To compile this driver as a module, choose M here: the81	  module will be called mcp4018.82 83config MCP413184	tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"85	depends on SPI86	help87	  Say yes here to build support for the Microchip88	  MCP4131, MCP4132,89	  MCP4141, MCP4142,90	  MCP4151, MCP4152,91	  MCP4161, MCP4162,92	  MCP4231, MCP4232,93	  MCP4241, MCP4242,94	  MCP4251, MCP4252,95	  MCP4261, MCP4262,96	  digital potentiometer chips.97 98	  To compile this driver as a module, choose M here: the99	  module will be called mcp4131.100 101config MCP4531102	tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"103	depends on I2C104	help105	  Say yes here to build support for the Microchip106	  MCP4531, MCP4532, MCP4541, MCP4542,107	  MCP4551, MCP4552, MCP4561, MCP4562,108	  MCP4631, MCP4632, MCP4641, MCP4642,109	  MCP4651, MCP4652, MCP4661, MCP4662110	  digital potentiometer chips.111 112	  To compile this driver as a module, choose M here: the113	  module will be called mcp4531.114 115config MCP41010116	tristate "Microchip MCP41xxx/MCP42xxx Digital Potentiometer driver"117	depends on SPI118	help119	  Say yes here to build support for the Microchip120	  MCP41010, MCP41050, MCP41100,121	  MCP42010, MCP42050, MCP42100122	  digital potentiometer chips.123 124	  To compile this driver as a module, choose M here: the125	  module will be called mcp41010.126 127config TPL0102128	tristate "Texas Instruments digital potentiometer driver"129	depends on I2C130	select REGMAP_I2C131	help132	  Say yes here to build support for the Texas Instruments133	  TPL0102, TPL0402134	  digital potentiometer chips.135 136	  To compile this driver as a module, choose M here: the137	  module will be called tpl0102.138 139config X9250140	tristate "Renesas X9250 quad controlled potentiometers"141	depends on SPI142	help143	  Enable support for the Renesas X9250 quad controlled144	  potentiometers.145 146	  To compile this driver as a module, choose M here: the module147	  will be called x9250.148 149endmenu150