1#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
8config 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
13	  digital potentiomenter chip.
14
15	  To compile this driver as a module, choose M here: the
16	  module will be called ds1803.
17
18config MCP4131
19	tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
20	depends on SPI
21	help
22	  Say yes here to build support for the Microchip
23	  MCP4131, MCP4132,
24	  MCP4141, MCP4142,
25	  MCP4151, MCP4152,
26	  MCP4161, MCP4162,
27	  MCP4231, MCP4232,
28	  MCP4241, MCP4242,
29	  MCP4251, MCP4252,
30	  MCP4261, MCP4262,
31	  digital potentiomenter chips.
32
33	  To compile this driver as a module, choose M here: the
34	  module will be called mcp4131.
35
36config MCP4531
37	tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
38	depends on I2C
39	help
40	  Say yes here to build support for the Microchip
41	  MCP4531, MCP4532, MCP4551, MCP4552,
42	  MCP4631, MCP4632, MCP4651, MCP4652
43	  digital potentiomenter chips.
44
45	  To compile this driver as a module, choose M here: the
46	  module will be called mcp4531.
47
48config TPL0102
49	tristate "Texas Instruments digital potentiometer driver"
50	depends on I2C
51	select REGMAP_I2C
52	help
53	  Say yes here to build support for the Texas Instruments
54	  TPL0102, TPL0402
55	  digital potentiometer chips.
56
57	  To compile this driver as a module, choose M here: the
58	  module will be called tpl0102.
59
60endmenu
61