Kconfig (0337966d121ebebf73a1c346123e8112796e684e) | Kconfig (79e8a32d2aa9e98b1560cbe107e750f07807d8c7) |
---|---|
1# 2# Potentiometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Digital potentiometers" 7 | 1# 2# Potentiometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Digital potentiometers" 7 |
8config AD5272 9 tristate "Analog Devices AD5272 and similar Digital Potentiometer driver" 10 depends on I2C 11 help 12 Say yes here to build support for the Analog Devices AD5272 and AD5274 13 digital potentiometer chip. 14 15 To compile this driver as a module, choose M here: the 16 module will be called ad5272. 17 |
|
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 --- 69 unchanged lines hidden --- | 18config DS1803 19 tristate "Maxim Integrated DS1803 Digital Potentiometer driver" 20 depends on I2C 21 help 22 Say yes here to build support for the Maxim Integrated DS1803 23 digital potentiometer chip. 24 25 To compile this driver as a module, choose M here: the --- 69 unchanged lines hidden --- |