Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) | Kconfig (fc167f62483325aea9137e70e6773fe7ad1ca2ac) |
---|---|
1# 2# ADC drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Analog to digital converters" 7 8config AD_SIGMA_DELTA --- 82 unchanged lines hidden (view full) --- 91 select IIO_TRIGGERED_BUFFER 92 help 93 Say yes here to build support for Analog Devices 94 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs. 95 96 To compile this driver as a module, choose M here: the 97 module will be called ad7923. 98 | 1# 2# ADC drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Analog to digital converters" 7 8config AD_SIGMA_DELTA --- 82 unchanged lines hidden (view full) --- 91 select IIO_TRIGGERED_BUFFER 92 help 93 Say yes here to build support for Analog Devices 94 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs. 95 96 To compile this driver as a module, choose M here: the 97 module will be called ad7923. 98 |
99config AD799X 100 tristate "Analog Devices AD799x ADC driver" 101 depends on I2C 102 select IIO_BUFFER 103 select IIO_TRIGGERED_BUFFER 104 help 105 Say yes here to build support for Analog Devices: 106 ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998 107 i2c analog to digital converters (ADC). Provides direct access 108 via sysfs. 109 |
|
99config AT91_ADC 100 tristate "Atmel AT91 ADC" 101 depends on ARCH_AT91 | 110config AT91_ADC 111 tristate "Atmel AT91 ADC" 112 depends on ARCH_AT91 |
113 depends on INPUT |
|
102 select IIO_BUFFER 103 select IIO_TRIGGERED_BUFFER 104 select SYSFS 105 help 106 Say yes here to build support for Atmel AT91 ADC. 107 108config EXYNOS_ADC | 114 select IIO_BUFFER 115 select IIO_TRIGGERED_BUFFER 116 select SYSFS 117 help 118 Say yes here to build support for Atmel AT91 ADC. 119 120config EXYNOS_ADC |
109 tristate "Exynos ADC driver support" 110 depends on OF | 121 bool "Exynos ADC driver support" 122 depends on ARCH_EXYNOS || (OF && COMPILE_TEST) |
111 help 112 Core support for the ADC block found in the Samsung EXYNOS series 113 of SoCs for drivers such as the touchscreen and hwmon to use to share 114 this resource. 115 116config LP8788_ADC | 123 help 124 Core support for the ADC block found in the Samsung EXYNOS series 125 of SoCs for drivers such as the touchscreen and hwmon to use to share 126 this resource. 127 128config LP8788_ADC |
117 tristate "LP8788 ADC driver" | 129 bool "LP8788 ADC driver" |
118 depends on MFD_LP8788 119 help 120 Say yes here to build support for TI LP8788 ADC. 121 | 130 depends on MFD_LP8788 131 help 132 Say yes here to build support for TI LP8788 ADC. 133 |
134config MAX1027 135 tristate "Maxim max1027 ADC driver" 136 depends on SPI 137 select IIO_BUFFER 138 select IIO_TRIGGERED_BUFFER 139 help 140 Say yes here to build support for Maxim SPI ADC models 141 max1027, max1029 and max1031. 142 |
|
122config MAX1363 123 tristate "Maxim max1363 ADC driver" 124 depends on I2C 125 select IIO_BUFFER 126 select IIO_TRIGGERED_BUFFER 127 help 128 Say yes here to build support for many Maxim i2c analog to digital 129 converters (ADC). (max1361, max1362, max1363, max1364, max1036, --- 11 unchanged lines hidden (view full) --- 141 help 142 Say yes here to build support for Microchip Technology's MCP3204 or 143 MCP3208 analog to digital converter. 144 145 This driver can also be built as a module. If so, the module will be 146 called mcp320x. 147 148config MCP3422 | 143config MAX1363 144 tristate "Maxim max1363 ADC driver" 145 depends on I2C 146 select IIO_BUFFER 147 select IIO_TRIGGERED_BUFFER 148 help 149 Say yes here to build support for many Maxim i2c analog to digital 150 converters (ADC). (max1361, max1362, max1363, max1364, max1036, --- 11 unchanged lines hidden (view full) --- 162 help 163 Say yes here to build support for Microchip Technology's MCP3204 or 164 MCP3208 analog to digital converter. 165 166 This driver can also be built as a module. If so, the module will be 167 called mcp320x. 168 169config MCP3422 |
149 tristate "Microchip Technology MCP3422/3/4 driver" | 170 tristate "Microchip Technology MCP3422/3/4/6/7/8 driver" |
150 depends on I2C 151 help | 171 depends on I2C 172 help |
152 Say yes here to build support for Microchip Technology's MCP3422, 153 MCP3423 or MCP3424 analog to digital converters. | 173 Say yes here to build support for Microchip Technology's 174 MCP3422, MCP3423, MCP3424, MCP3426, MCP3427 or MCP3428 175 analog to digital converters. |
154 155 This driver can also be built as a module. If so, the module will be 156 called mcp3422. 157 158config MEN_Z188_ADC 159 tristate "MEN 16z188 ADC IP Core support" 160 depends on MCB 161 help --- 89 unchanged lines hidden --- | 176 177 This driver can also be built as a module. If so, the module will be 178 called mcp3422. 179 180config MEN_Z188_ADC 181 tristate "MEN 16z188 ADC IP Core support" 182 depends on MCB 183 help --- 89 unchanged lines hidden --- |