Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Potentiometer drivers
0004 #
0005 # When adding new entries keep the list in alphabetical order
0006 
0007 menu "Digital potentiometers"
0008 
0009 config AD5110
0010         tristate "Analog Devices AD5110 and similar Digital Potentiometer driver"
0011         depends on I2C
0012         help
0013           Say yes here to build support for the Analog Devices AD5110, AD5112 
0014           and AD5114 digital potentiometer chip.
0015 
0016           To compile this driver as a module, choose M here: the
0017           module will be called ad5110.
0018 
0019 config AD5272
0020         tristate "Analog Devices AD5272 and similar Digital Potentiometer driver"
0021         depends on I2C
0022         help
0023           Say yes here to build support for the Analog Devices AD5272 and AD5274
0024           digital potentiometer chip.
0025 
0026           To compile this driver as a module, choose M here: the
0027           module will be called ad5272.
0028 
0029 config DS1803
0030         tristate "Maxim Integrated DS1803 and similar Digital Potentiometer driver"
0031         depends on I2C
0032         help
0033           Say yes here to build support for the Maxim Integrated DS1803 and
0034           DS3502 digital potentiometer chip.
0035 
0036           To compile this driver as a module, choose M here: the
0037           module will be called ds1803.
0038 
0039 config MAX5432
0040         tristate "Maxim MAX5432-MAX5435 Digital Potentiometer driver"
0041         depends on I2C
0042         help
0043           Say yes here to build support for the Maxim
0044           MAX5432, MAX5433, MAX5434 and MAX5435 digital
0045           potentiometer chips.
0046 
0047           To compile this driver as a module, choose M here: the
0048           module will be called max5432.
0049 
0050 config MAX5481
0051         tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"
0052         depends on SPI
0053         help
0054           Say yes here to build support for the Maxim
0055           MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer
0056           chips.
0057 
0058           To compile this driver as a module, choose M here: the
0059           module will be called max5481.
0060 
0061 config MAX5487
0062         tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
0063         depends on SPI
0064         help
0065           Say yes here to build support for the Maxim
0066           MAX5487, MAX5488, MAX5489 digital potentiometer
0067           chips.
0068 
0069           To compile this driver as a module, choose M here: the
0070           module will be called max5487.
0071 
0072 config MCP4018
0073         tristate "Microchip MCP4017/18/19 Digital Potentiometer driver"
0074         depends on I2C
0075         help
0076           Say yes here to build support for the Microchip
0077           MCP4017, MCP4018, MCP4019
0078           digital potentiometer chips.
0079 
0080           To compile this driver as a module, choose M here: the
0081           module will be called mcp4018.
0082 
0083 config MCP4131
0084         tristate "Microchip MCP413X/414X/415X/416X/423X/424X/425X/426X Digital Potentiometer driver"
0085         depends on SPI
0086         help
0087           Say yes here to build support for the Microchip
0088           MCP4131, MCP4132,
0089           MCP4141, MCP4142,
0090           MCP4151, MCP4152,
0091           MCP4161, MCP4162,
0092           MCP4231, MCP4232,
0093           MCP4241, MCP4242,
0094           MCP4251, MCP4252,
0095           MCP4261, MCP4262,
0096           digital potentiometer chips.
0097 
0098           To compile this driver as a module, choose M here: the
0099           module will be called mcp4131.
0100 
0101 config MCP4531
0102         tristate "Microchip MCP45xx/MCP46xx Digital Potentiometer driver"
0103         depends on I2C
0104         help
0105           Say yes here to build support for the Microchip
0106           MCP4531, MCP4532, MCP4541, MCP4542,
0107           MCP4551, MCP4552, MCP4561, MCP4562,
0108           MCP4631, MCP4632, MCP4641, MCP4642,
0109           MCP4651, MCP4652, MCP4661, MCP4662
0110           digital potentiometer chips.
0111 
0112           To compile this driver as a module, choose M here: the
0113           module will be called mcp4531.
0114 
0115 config MCP41010
0116         tristate "Microchip MCP41xxx/MCP42xxx Digital Potentiometer driver"
0117         depends on SPI
0118         help
0119           Say yes here to build support for the Microchip
0120           MCP41010, MCP41050, MCP41100,
0121           MCP42010, MCP42050, MCP42100
0122           digital potentiometer chips.
0123 
0124           To compile this driver as a module, choose M here: the
0125           module will be called mcp41010.
0126 
0127 config TPL0102
0128         tristate "Texas Instruments digital potentiometer driver"
0129         depends on I2C
0130         select REGMAP_I2C
0131         help
0132           Say yes here to build support for the Texas Instruments
0133           TPL0102, TPL0402
0134           digital potentiometer chips.
0135 
0136           To compile this driver as a module, choose M here: the
0137           module will be called tpl0102.
0138 
0139 endmenu