| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Potentiometer drivers |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 25 | 26 | To compile this driver as a module, choose M here: the |
|---|
| 26 | 27 | module will be called ds1803. |
|---|
| 27 | 28 | |
|---|
| 28 | | -config MAX5481 |
|---|
| 29 | | - tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver" |
|---|
| 30 | | - depends on SPI |
|---|
| 31 | | - help |
|---|
| 32 | | - Say yes here to build support for the Maxim |
|---|
| 33 | | - MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer |
|---|
| 34 | | - chips. |
|---|
| 29 | +config MAX5432 |
|---|
| 30 | + tristate "Maxim MAX5432-MAX5435 Digital Potentiometer driver" |
|---|
| 31 | + depends on I2C |
|---|
| 32 | + help |
|---|
| 33 | + Say yes here to build support for the Maxim |
|---|
| 34 | + MAX5432, MAX5433, MAX5434 and MAX5435 digital |
|---|
| 35 | + potentiometer chips. |
|---|
| 35 | 36 | |
|---|
| 36 | | - To compile this driver as a module, choose M here: the |
|---|
| 37 | | - module will be called max5481. |
|---|
| 37 | + To compile this driver as a module, choose M here: the |
|---|
| 38 | + module will be called max5432. |
|---|
| 39 | + |
|---|
| 40 | +config MAX5481 |
|---|
| 41 | + tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver" |
|---|
| 42 | + depends on SPI |
|---|
| 43 | + help |
|---|
| 44 | + Say yes here to build support for the Maxim |
|---|
| 45 | + MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer |
|---|
| 46 | + chips. |
|---|
| 47 | + |
|---|
| 48 | + To compile this driver as a module, choose M here: the |
|---|
| 49 | + module will be called max5481. |
|---|
| 38 | 50 | |
|---|
| 39 | 51 | config MAX5487 |
|---|
| 40 | | - tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver" |
|---|
| 41 | | - depends on SPI |
|---|
| 42 | | - help |
|---|
| 43 | | - Say yes here to build support for the Maxim |
|---|
| 44 | | - MAX5487, MAX5488, MAX5489 digital potentiometer |
|---|
| 45 | | - chips. |
|---|
| 52 | + tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver" |
|---|
| 53 | + depends on SPI |
|---|
| 54 | + help |
|---|
| 55 | + Say yes here to build support for the Maxim |
|---|
| 56 | + MAX5487, MAX5488, MAX5489 digital potentiometer |
|---|
| 57 | + chips. |
|---|
| 46 | 58 | |
|---|
| 47 | | - To compile this driver as a module, choose M here: the |
|---|
| 48 | | - module will be called max5487. |
|---|
| 59 | + To compile this driver as a module, choose M here: the |
|---|
| 60 | + module will be called max5487. |
|---|
| 49 | 61 | |
|---|
| 50 | 62 | config MCP4018 |
|---|
| 51 | 63 | tristate "Microchip MCP4017/18/19 Digital Potentiometer driver" |
|---|
| .. | .. |
|---|
| 90 | 102 | To compile this driver as a module, choose M here: the |
|---|
| 91 | 103 | module will be called mcp4531. |
|---|
| 92 | 104 | |
|---|
| 105 | +config MCP41010 |
|---|
| 106 | + tristate "Microchip MCP41xxx/MCP42xxx Digital Potentiometer driver" |
|---|
| 107 | + depends on SPI |
|---|
| 108 | + help |
|---|
| 109 | + Say yes here to build support for the Microchip |
|---|
| 110 | + MCP41010, MCP41050, MCP41100, |
|---|
| 111 | + MCP42010, MCP42050, MCP42100 |
|---|
| 112 | + digital potentiometer chips. |
|---|
| 113 | + |
|---|
| 114 | + To compile this driver as a module, choose M here: the |
|---|
| 115 | + module will be called mcp41010. |
|---|
| 116 | + |
|---|
| 93 | 117 | config TPL0102 |
|---|
| 94 | 118 | tristate "Texas Instruments digital potentiometer driver" |
|---|
| 95 | 119 | depends on I2C |
|---|