blob: 2e9da1cf3297fc1da5fc3e62ab5432e60b6c80be [file] [log] [blame]
Peter Rosinc05dc2c2015-09-23 16:26:23 +02001#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
Slawomir Stepienfbbc5e72016-04-10 13:23:09 +02008config 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 Vaussard36291532016-06-30 09:34:51 +020013 digital potentiometer chip.
Slawomir Stepienfbbc5e72016-04-10 13:23:09 +020014
15 To compile this driver as a module, choose M here: the
16 module will be called ds1803.
17
Cristina Moraru9a478942016-05-19 08:55:46 +030018config MAX5487
19 tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
20 depends on SPI
21 help
22 Say yes here to build support for the Maxim
23 MAX5487, MAX5488, MAX5489 digital potentiometer
24 chips.
25
26 To compile this driver as a module, choose M here: the
27 module will be called max5487.
28
Slawomir Stepien22d199a2016-03-23 09:57:20 +010029config MCP4131
30 tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
31 depends on SPI
32 help
33 Say yes here to build support for the Microchip
34 MCP4131, MCP4132,
35 MCP4141, MCP4142,
36 MCP4151, MCP4152,
37 MCP4161, MCP4162,
38 MCP4231, MCP4232,
39 MCP4241, MCP4242,
40 MCP4251, MCP4252,
41 MCP4261, MCP4262,
Florian Vaussard36291532016-06-30 09:34:51 +020042 digital potentiometer chips.
Slawomir Stepien22d199a2016-03-23 09:57:20 +010043
44 To compile this driver as a module, choose M here: the
45 module will be called mcp4131.
46
Peter Rosinc05dc2c2015-09-23 16:26:23 +020047config MCP4531
48 tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
49 depends on I2C
50 help
51 Say yes here to build support for the Microchip
Florian Vaussard294ea6f2016-06-30 09:34:48 +020052 MCP4531, MCP4532, MCP4541, MCP4542,
53 MCP4551, MCP4552, MCP4561, MCP4562,
54 MCP4631, MCP4632, MCP4641, MCP4642,
55 MCP4651, MCP4652, MCP4661, MCP4662
Florian Vaussard36291532016-06-30 09:34:51 +020056 digital potentiometer chips.
Peter Rosinc05dc2c2015-09-23 16:26:23 +020057
58 To compile this driver as a module, choose M here: the
59 module will be called mcp4531.
60
Matt Ranostay2edbd292016-02-21 17:32:15 -080061config TPL0102
62 tristate "Texas Instruments digital potentiometer driver"
63 depends on I2C
64 select REGMAP_I2C
65 help
66 Say yes here to build support for the Texas Instruments
67 TPL0102, TPL0402
68 digital potentiometer chips.
69
70 To compile this driver as a module, choose M here: the
71 module will be called tpl0102.
72
Peter Rosinc05dc2c2015-09-23 16:26:23 +020073endmenu