Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) Kconfig (df1fd2de118e3bf980e2bbada16c650b9eea529b)
1#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
8config DS1803
9 tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
10 depends on I2C
11 help
12 Say yes here to build support for the Maxim Integrated DS1803
13 digital potentiometer chip.
14
15 To compile this driver as a module, choose M here: the
16 module will be called ds1803.
17
1#
2# Potentiometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital potentiometers"
7
8config DS1803
9 tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
10 depends on I2C
11 help
12 Say yes here to build support for the Maxim Integrated DS1803
13 digital potentiometer chip.
14
15 To compile this driver as a module, choose M here: the
16 module will be called ds1803.
17
18config MAX5481
19 tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"
20 depends on SPI
21 help
22 Say yes here to build support for the Maxim
23 MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer
24 chips.
25
26 To compile this driver as a module, choose M here: the
27 module will be called max5481.
28
18config MAX5487
19 tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
20 depends on SPI
21 help
22 Say yes here to build support for the Maxim
23 MAX5487, MAX5488, MAX5489 digital potentiometer
24 chips.
25

--- 48 unchanged lines hidden ---
29config MAX5487
30 tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
31 depends on SPI
32 help
33 Say yes here to build support for the Maxim
34 MAX5487, MAX5488, MAX5489 digital potentiometer
35 chips.
36

--- 48 unchanged lines hidden ---