Kconfig (59142f808a5e8722e66ab1753532ed5d300a34dd) Kconfig (5214ad6dcc1bf72ea60a72741a0143356b8d66b7)
1#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
8config AD5272

--- 33 unchanged lines hidden (view full) ---

42 help
43 Say yes here to build support for the Maxim
44 MAX5487, MAX5488, MAX5489 digital potentiometer
45 chips.
46
47 To compile this driver as a module, choose M here: the
48 module will be called max5487.
49
1#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
8config AD5272

--- 33 unchanged lines hidden (view full) ---

42 help
43 Say yes here to build support for the Maxim
44 MAX5487, MAX5488, MAX5489 digital potentiometer
45 chips.
46
47 To compile this driver as a module, choose M here: the
48 module will be called max5487.
49
50config MCP4018
51 tristate "Microchip MCP4017/18/19 Digital Potentiometer driver"
52 depends on I2C
53 help
54 Say yes here to build support for the Microchip
55 MCP4017, MCP4018, MCP4019
56 digital potentiometer chips.
57
58 To compile this driver as a module, choose M here: the
59 module will be called mcp4018.
60
50config MCP4131
51 tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
52 depends on SPI
53 help
54 Say yes here to build support for the Microchip
55 MCP4131, MCP4132,
56 MCP4141, MCP4142,
57 MCP4151, MCP4152,

--- 37 unchanged lines hidden ---
61config MCP4131
62 tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
63 depends on SPI
64 help
65 Say yes here to build support for the Microchip
66 MCP4131, MCP4132,
67 MCP4141, MCP4142,
68 MCP4151, MCP4152,

--- 37 unchanged lines hidden ---