1#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
8config MCP4531
9	tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
10	depends on I2C
11	help
12	  Say yes here to build support for the Microchip
13	  MCP4531, MCP4532, MCP4551, MCP4552,
14	  MCP4631, MCP4632, MCP4651, MCP4652
15	  digital potentiomenter chips.
16
17	  To compile this driver as a module, choose M here: the
18	  module will be called mcp4531.
19
20config TPL0102
21	tristate "Texas Instruments digital potentiometer driver"
22	depends on I2C
23	select REGMAP_I2C
24	help
25	  Say yes here to build support for the Texas Instruments
26	  TPL0102, TPL0402
27	  digital potentiometer chips.
28
29	  To compile this driver as a module, choose M here: the
30	  module will be called tpl0102.
31
32endmenu
33