]> git.karo-electronics.de Git - linux-beck.git/blob - drivers/iio/potentiometer/Kconfig
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-beck.git] / drivers / iio / potentiometer / Kconfig
1 #
2 # Potentiometer drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Digital potentiometers"
7
8 config 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
20 config 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
32 endmenu