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
20endmenu
21