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