Maxime Ripard | 0e589d5 | 2012-05-11 15:35:33 +0200 | [diff] [blame] | 1 | # |
| 2 | # ADC drivers |
| 3 | # |
| 4 | menu "Analog to digital converters" |
| 5 | |
Lars-Peter Clausen | af30084 | 2012-08-10 17:36:00 +0100 | [diff] [blame] | 6 | config AD_SIGMA_DELTA |
| 7 | tristate |
| 8 | select IIO_BUFFER |
| 9 | select IIO_TRIGGERED_BUFFER |
| 10 | |
Lars-Peter Clausen | 8ec4cf5 | 2012-06-25 14:52:49 +0200 | [diff] [blame] | 11 | config AD7266 |
| 12 | tristate "Analog Devices AD7265/AD7266 ADC driver" |
| 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 | |
Lars-Peter Clausen | 7b123c8 | 2012-09-04 16:26:00 +0100 | [diff] [blame] | 21 | config 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"). |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the module will be |
| 31 | called ad7791. |
| 32 | |
Lars-Peter Clausen | 968f3d5 | 2012-09-10 09:34:00 +0100 | [diff] [blame] | 33 | config AD7476 |
Lars-Peter Clausen | ac5332b | 2012-09-10 09:34:00 +0100 | [diff] [blame] | 34 | tristate "Analog Devices AD7476 and similar 1-channel ADCs driver" |
Lars-Peter Clausen | 968f3d5 | 2012-09-10 09:34:00 +0100 | [diff] [blame] | 35 | depends on SPI |
| 36 | select IIO_BUFFER |
| 37 | select IIO_TRIGGERED_BUFFER |
| 38 | help |
Lars-Peter Clausen | c26cc89 | 2012-09-10 10:33:00 +0100 | [diff] [blame] | 39 | Say yes here to build support for Analog Devices AD7273, AD7274, AD7276, |
| 40 | AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, |
| 41 | AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC). |
Lars-Peter Clausen | ac5332b | 2012-09-10 09:34:00 +0100 | [diff] [blame] | 42 | |
Lars-Peter Clausen | 968f3d5 | 2012-09-10 09:34:00 +0100 | [diff] [blame] | 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 | |
Lars-Peter Clausen | 4eb3ccf | 2012-11-05 09:56:00 +0000 | [diff] [blame] | 48 | config AD7887 |
| 49 | tristate "Analog Devices AD7887 ADC driver" |
| 50 | depends on SPI |
| 51 | select IIO_BUFFER |
| 52 | select IIO_TRIGGERED_BUFFER |
| 53 | help |
| 54 | Say yes here to build support for Analog Devices |
| 55 | AD7887 SPI analog to digital converter (ADC). |
| 56 | If unsure, say N (but it's safe to say "Y"). |
| 57 | |
| 58 | To compile this driver as a module, choose M here: the |
| 59 | module will be called ad7887. |
| 60 | |
Maxime Ripard | 0e589d5 | 2012-05-11 15:35:33 +0200 | [diff] [blame] | 61 | config AT91_ADC |
| 62 | tristate "Atmel AT91 ADC" |
| 63 | depends on ARCH_AT91 |
| 64 | select IIO_BUFFER |
Lars-Peter Clausen | 90032e4 | 2012-06-18 18:33:49 +0200 | [diff] [blame] | 65 | select IIO_TRIGGERED_BUFFER |
Maxime Ripard | 0e589d5 | 2012-05-11 15:35:33 +0200 | [diff] [blame] | 66 | select SYSFS |
| 67 | help |
| 68 | Say yes here to build support for Atmel AT91 ADC. |
| 69 | |
Kim, Milo | f0347c3 | 2012-09-17 10:35:00 +0100 | [diff] [blame] | 70 | config LP8788_ADC |
| 71 | bool "LP8788 ADC driver" |
| 72 | depends on MFD_LP8788 |
| 73 | help |
| 74 | Say yes here to build support for TI LP8788 ADC. |
| 75 | |
Jonathan Cameron | 168c9d9 | 2012-10-06 14:42:27 +0100 | [diff] [blame^] | 76 | config MAX1363 |
| 77 | tristate "Maxim max1363 ADC driver" |
| 78 | depends on I2C |
| 79 | select IIO_TRIGGER |
| 80 | select MAX1363_RING_BUFFER |
| 81 | select IIO_BUFFER |
| 82 | select IIO_KFIFO_BUF |
| 83 | help |
| 84 | Say yes here to build support for many Maxim i2c analog to digital |
| 85 | converters (ADC). (max1361, max1362, max1363, max1364, max1036, |
| 86 | max1037, max1038, max1039, max1136, max1136, max1137, max1138, |
| 87 | max1139, max1236, max1237, max11238, max1239, max11600, max11601, |
| 88 | max11602, max11603, max11604, max11605, max11606, max11607, |
| 89 | max11608, max11609, max11610, max11611, max11612, max11613, |
| 90 | max11614, max11615, max11616, max11617, max11644, max11645, |
| 91 | max11646, max11647) Provides direct access via sysfs and buffered |
| 92 | data via the iio dev interface. |
| 93 | |
Maxime Ripard | 0e589d5 | 2012-05-11 15:35:33 +0200 | [diff] [blame] | 94 | endmenu |