Kconfig (709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49) | Kconfig (ffd8a6e7a77802dd09559be78dea63956aa8f1d5) |
---|---|
1# 2# ADC drivers 3# 4menu "Analog to digital converters" 5 6config AD_SIGMA_DELTA 7 tristate 8 select IIO_BUFFER --- 4 unchanged lines hidden (view full) --- 13 depends on SPI_MASTER 14 select IIO_BUFFER 15 select IIO_TRIGGER 16 select IIO_TRIGGERED_BUFFER 17 help 18 Say yes here to build support for Analog Devices AD7265 and AD7266 19 ADCs. 20 | 1# 2# ADC drivers 3# 4menu "Analog to digital converters" 5 6config AD_SIGMA_DELTA 7 tristate 8 select IIO_BUFFER --- 4 unchanged lines hidden (view full) --- 13 depends on SPI_MASTER 14 select IIO_BUFFER 15 select IIO_TRIGGER 16 select IIO_TRIGGERED_BUFFER 17 help 18 Say yes here to build support for Analog Devices AD7265 and AD7266 19 ADCs. 20 |
21config AD7298 22 tristate "Analog Devices AD7298 ADC driver" 23 depends on SPI 24 select IIO_BUFFER 25 select IIO_TRIGGERED_BUFFER 26 help 27 Say yes here to build support for Analog Devices AD7298 28 8 Channel ADC with temperature sensor. 29 30 To compile this driver as a module, choose M here: the 31 module will be called ad7298. 32 | |
33config AD7791 34 tristate "Analog Devices AD7791 ADC driver" 35 depends on SPI 36 select AD_SIGMA_DELTA 37 help 38 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789, 39 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say 40 N (but it is safe to say "Y"). --- 11 unchanged lines hidden (view full) --- 52 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, 53 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC). 54 55 If unsure, say N (but it's safe to say "Y"). 56 57 To compile this driver as a module, choose M here: the 58 module will be called ad7476. 59 | 21config AD7791 22 tristate "Analog Devices AD7791 ADC driver" 23 depends on SPI 24 select AD_SIGMA_DELTA 25 help 26 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789, 27 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say 28 N (but it is safe to say "Y"). --- 11 unchanged lines hidden (view full) --- 40 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, 41 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC). 42 43 If unsure, say N (but it's safe to say "Y"). 44 45 To compile this driver as a module, choose M here: the 46 module will be called ad7476. 47 |
60config AD7887 61 tristate "Analog Devices AD7887 ADC driver" 62 depends on SPI 63 select IIO_BUFFER 64 select IIO_TRIGGERED_BUFFER 65 help 66 Say yes here to build support for Analog Devices 67 AD7887 SPI analog to digital converter (ADC). 68 If unsure, say N (but it's safe to say "Y"). 69 70 To compile this driver as a module, choose M here: the 71 module will be called ad7887. 72 | |
73config AT91_ADC 74 tristate "Atmel AT91 ADC" 75 depends on ARCH_AT91 76 select IIO_BUFFER 77 select IIO_TRIGGERED_BUFFER 78 select SYSFS 79 help 80 Say yes here to build support for Atmel AT91 ADC. 81 82config LP8788_ADC 83 bool "LP8788 ADC driver" 84 depends on MFD_LP8788 85 help 86 Say yes here to build support for TI LP8788 ADC. 87 | 48config AT91_ADC 49 tristate "Atmel AT91 ADC" 50 depends on ARCH_AT91 51 select IIO_BUFFER 52 select IIO_TRIGGERED_BUFFER 53 select SYSFS 54 help 55 Say yes here to build support for Atmel AT91 ADC. 56 57config LP8788_ADC 58 bool "LP8788 ADC driver" 59 depends on MFD_LP8788 60 help 61 Say yes here to build support for TI LP8788 ADC. 62 |
88config MAX1363 89 tristate "Maxim max1363 ADC driver" 90 depends on I2C 91 select IIO_TRIGGER 92 select MAX1363_RING_BUFFER 93 select IIO_BUFFER 94 select IIO_KFIFO_BUF | 63config TI_AM335X_ADC 64 tristate "TI's ADC driver" 65 depends on MFD_TI_AM335X_TSCADC |
95 help | 66 help |
96 Say yes here to build support for many Maxim i2c analog to digital 97 converters (ADC). (max1361, max1362, max1363, max1364, max1036, 98 max1037, max1038, max1039, max1136, max1136, max1137, max1138, 99 max1139, max1236, max1237, max11238, max1239, max11600, max11601, 100 max11602, max11603, max11604, max11605, max11606, max11607, 101 max11608, max11609, max11610, max11611, max11612, max11613, 102 max11614, max11615, max11616, max11617, max11644, max11645, 103 max11646, max11647) Provides direct access via sysfs and buffered 104 data via the iio dev interface. | 67 Say yes here to build support for Texas Instruments ADC 68 driver which is also a MFD client. |
105 | 69 |
70config VIPERBOARD_ADC 71 tristate "Viperboard ADC support" 72 depends on MFD_VIPERBOARD && USB 73 help 74 Say yes here to access the ADC part of the Nano River 75 Technologies Viperboard. 76 |
|
106endmenu | 77endmenu |