diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-11 16:43:44 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-10-15 22:11:03 +0200 |
commit | ae47d009b5088a61f13c9b87a5d1eb37ecb38e85 (patch) | |
tree | d458a846e177e54ffe67b986377f7378d012b957 /drivers/iio/adc/Kconfig | |
parent | iio: adc: max1027: Prepare the introduction of different resolutions (diff) | |
download | linux-ae47d009b5088a61f13c9b87a5d1eb37ecb38e85.tar.xz linux-ae47d009b5088a61f13c9b87a5d1eb37ecb38e85.zip |
iio: adc: max1027: Introduce 12-bit devices support
Maxim's max12xx series is very similar to the max10xx series, with the
difference of the measurements depth which is upgraded from 10 to 12
bits per channel. Everything else looks the same.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index f0af3a42f53c..6ac16d738822 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -508,8 +508,8 @@ config MAX1027 select IIO_BUFFER select IIO_TRIGGERED_BUFFER help - Say yes here to build support for Maxim SPI ADC models - max1027, max1029 and max1031. + Say yes here to build support for Maxim SPI {10,12}-bit ADC models: + max1027, max1029, max1031, max1227, max1229 and max1231. To compile this driver as a module, choose M here: the module will be called max1027. |