]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/iio/potentiometer/Kconfig
iio: mcp4531: Driver for Microchip digital potentiometers
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / potentiometer / Kconfig
CommitLineData
c05dc2cc
PR
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