Kconfig (4b42fafc1cdc4aba38d4f147cb2f3f1a32cd4a15) | Kconfig (fbbc5e7044f761652e1e83037bd90574976337a3) |
---|---|
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 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 potentiomenter chip. 14 15 To compile this driver as a module, choose M here: the 16 module will be called ds1803. 17 18config MCP4131 19 tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver" 20 depends on SPI 21 help 22 Say yes here to build support for the Microchip 23 MCP4131, MCP4132, 24 MCP4141, MCP4142, 25 MCP4151, MCP4152, 26 MCP4161, MCP4162, 27 MCP4231, MCP4232, 28 MCP4241, MCP4242, 29 MCP4251, MCP4252, 30 MCP4261, MCP4262, 31 digital potentiomenter chips. 32 33 To compile this driver as a module, choose M here: the 34 module will be called mcp4131. 35 |
|
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. --- 17 unchanged lines hidden --- | 36config MCP4531 37 tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver" 38 depends on I2C 39 help 40 Say yes here to build support for the Microchip 41 MCP4531, MCP4532, MCP4551, MCP4552, 42 MCP4631, MCP4632, MCP4651, MCP4652 43 digital potentiomenter chips. --- 17 unchanged lines hidden --- |