Kconfig (cb54b53adae70701bdd77d848cea4b9b39b61cf9) | Kconfig (8b20be87e10bdacdc4acf313a380a042ee9a2912) |
---|---|
1# 2# ADC drivers 3# 4menu "Analog to digital converters" 5 6config AD_SIGMA_DELTA 7 tristate 8 select IIO_BUFFER --- 129 unchanged lines hidden (view full) --- 138 depends on SPI 139 help 140 Say yes here to build support for Microchip Technology's MCP3204 or 141 MCP3208 analog to digital converter. 142 143 This driver can also be built as a module. If so, the module will be 144 called mcp320x. 145 | 1# 2# ADC drivers 3# 4menu "Analog to digital converters" 5 6config AD_SIGMA_DELTA 7 tristate 8 select IIO_BUFFER --- 129 unchanged lines hidden (view full) --- 138 depends on SPI 139 help 140 Say yes here to build support for Microchip Technology's MCP3204 or 141 MCP3208 analog to digital converter. 142 143 This driver can also be built as a module. If so, the module will be 144 called mcp320x. 145 |
146config NAU7802 147 tristate "Nuvoton NAU7802 ADC driver" 148 depends on I2C 149 help 150 Say yes here to build support for Nuvoton NAU7802 ADC. 151 152 To compile this driver as a module, choose M here: the 153 module will be called nau7802. 154 |
|
146config TI_ADC081C 147 tristate "Texas Instruments ADC081C021/027" 148 depends on I2C 149 help 150 If you say yes here you get support for Texas Instruments ADC081C021 151 and ADC081C027 ADC chips. 152 153 This driver can also be built as a module. If so, the module will be --- 17 unchanged lines hidden --- | 155config TI_ADC081C 156 tristate "Texas Instruments ADC081C021/027" 157 depends on I2C 158 help 159 If you say yes here you get support for Texas Instruments ADC081C021 160 and ADC081C027 ADC chips. 161 162 This driver can also be built as a module. If so, the module will be --- 17 unchanged lines hidden --- |