diff options
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 9c45c0f3f127..ab0767e6727e 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig | |||
@@ -31,13 +31,13 @@ config AD7298 | |||
31 | module will be called ad7298. | 31 | module will be called ad7298. |
32 | 32 | ||
33 | config AD7923 | 33 | config AD7923 |
34 | tristate "Analog Devices AD7923 ADC driver" | 34 | tristate "Analog Devices AD7923 and similar ADCs driver" |
35 | depends on SPI | 35 | depends on SPI |
36 | select IIO_BUFFER | 36 | select IIO_BUFFER |
37 | select IIO_TRIGGERED_BUFFER | 37 | select IIO_TRIGGERED_BUFFER |
38 | help | 38 | help |
39 | Say yes here to build support for Analog Devices AD7923 | 39 | Say yes here to build support for Analog Devices |
40 | 4 Channel ADC with temperature sensor. | 40 | AD7904, AD7914, AD7923, AD7924 4 Channel ADCs. |
41 | 41 | ||
42 | To compile this driver as a module, choose M here: the | 42 | To compile this driver as a module, choose M here: the |
43 | module will be called ad7923. | 43 | module will be called ad7923. |