Peter Rosin | c05dc2c | 2015-09-23 16:26:23 +0200 | [diff] [blame] | 1 | # |
| 2 | # Potentiometer drivers |
| 3 | # |
| 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
| 6 | menu "Digital potentiometers" |
| 7 | |
Slawomir Stepien | fbbc5e7 | 2016-04-10 13:23:09 +0200 | [diff] [blame] | 8 | config DS1803 |
| 9 | tristate "Maxim Integrated DS1803 Digital Potentiometer driver" |
| 10 | depends on I2C |
| 11 | help |
| 12 | Say yes here to build support for the Maxim Integrated DS1803 |
Florian Vaussard | 3629153 | 2016-06-30 09:34:51 +0200 | [diff] [blame] | 13 | digital potentiometer chip. |
Slawomir Stepien | fbbc5e7 | 2016-04-10 13:23:09 +0200 | [diff] [blame] | 14 | |
| 15 | To compile this driver as a module, choose M here: the |
| 16 | module will be called ds1803. |
| 17 | |
Matt Weber | df1fd2d | 2017-01-26 21:26:15 +0100 | [diff] [blame] | 18 | config MAX5481 |
| 19 | tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver" |
| 20 | depends on SPI |
| 21 | help |
| 22 | Say yes here to build support for the Maxim |
| 23 | MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer |
| 24 | chips. |
| 25 | |
| 26 | To compile this driver as a module, choose M here: the |
| 27 | module will be called max5481. |
| 28 | |
Cristina Moraru | 9a47894 | 2016-05-19 08:55:46 +0300 | [diff] [blame] | 29 | config MAX5487 |
| 30 | tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver" |
| 31 | depends on SPI |
| 32 | help |
| 33 | Say yes here to build support for the Maxim |
| 34 | MAX5487, MAX5488, MAX5489 digital potentiometer |
| 35 | chips. |
| 36 | |
| 37 | To compile this driver as a module, choose M here: the |
| 38 | module will be called max5487. |
| 39 | |
Slawomir Stepien | 22d199a | 2016-03-23 09:57:20 +0100 | [diff] [blame] | 40 | config MCP4131 |
| 41 | tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver" |
| 42 | depends on SPI |
| 43 | help |
| 44 | Say yes here to build support for the Microchip |
| 45 | MCP4131, MCP4132, |
| 46 | MCP4141, MCP4142, |
| 47 | MCP4151, MCP4152, |
| 48 | MCP4161, MCP4162, |
| 49 | MCP4231, MCP4232, |
| 50 | MCP4241, MCP4242, |
| 51 | MCP4251, MCP4252, |
| 52 | MCP4261, MCP4262, |
Florian Vaussard | 3629153 | 2016-06-30 09:34:51 +0200 | [diff] [blame] | 53 | digital potentiometer chips. |
Slawomir Stepien | 22d199a | 2016-03-23 09:57:20 +0100 | [diff] [blame] | 54 | |
| 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called mcp4131. |
| 57 | |
Peter Rosin | c05dc2c | 2015-09-23 16:26:23 +0200 | [diff] [blame] | 58 | config MCP4531 |
| 59 | tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver" |
| 60 | depends on I2C |
| 61 | help |
| 62 | Say yes here to build support for the Microchip |
Florian Vaussard | 294ea6f | 2016-06-30 09:34:48 +0200 | [diff] [blame] | 63 | MCP4531, MCP4532, MCP4541, MCP4542, |
| 64 | MCP4551, MCP4552, MCP4561, MCP4562, |
| 65 | MCP4631, MCP4632, MCP4641, MCP4642, |
| 66 | MCP4651, MCP4652, MCP4661, MCP4662 |
Florian Vaussard | 3629153 | 2016-06-30 09:34:51 +0200 | [diff] [blame] | 67 | digital potentiometer chips. |
Peter Rosin | c05dc2c | 2015-09-23 16:26:23 +0200 | [diff] [blame] | 68 | |
| 69 | To compile this driver as a module, choose M here: the |
| 70 | module will be called mcp4531. |
| 71 | |
Matt Ranostay | 2edbd29 | 2016-02-21 17:32:15 -0800 | [diff] [blame] | 72 | config TPL0102 |
| 73 | tristate "Texas Instruments digital potentiometer driver" |
| 74 | depends on I2C |
| 75 | select REGMAP_I2C |
| 76 | help |
| 77 | Say yes here to build support for the Texas Instruments |
| 78 | TPL0102, TPL0402 |
| 79 | digital potentiometer chips. |
| 80 | |
| 81 | To compile this driver as a module, choose M here: the |
| 82 | module will be called tpl0102. |
| 83 | |
Peter Rosin | c05dc2c | 2015-09-23 16:26:23 +0200 | [diff] [blame] | 84 | endmenu |