forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/iio/potentiometer/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Potentiometer drivers
34 #
....@@ -25,27 +26,38 @@
2526 To compile this driver as a module, choose M here: the
2627 module will be called ds1803.
2728
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.
3536
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.
3850
3951 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.
4658
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.
4961
5062 config MCP4018
5163 tristate "Microchip MCP4017/18/19 Digital Potentiometer driver"
....@@ -90,6 +102,18 @@
90102 To compile this driver as a module, choose M here: the
91103 module will be called mcp4531.
92104
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
+
93117 config TPL0102
94118 tristate "Texas Instruments digital potentiometer driver"
95119 depends on I2C