diff options
author | Daniel Baluta <daniel.baluta@intel.com> | 2016-02-11 15:49:54 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-13 20:54:15 +0000 |
commit | ecc24e72f43735cceab06f4e69aa6ce075a3ae46 (patch) | |
tree | 3925036597a9560b3b5daf790e3fee06513fe7d0 /drivers/iio/adc/Kconfig | |
parent | 97a445dad37ab15090be910aa5295003f618ec44 (diff) | |
download | linux-ecc24e72f43735cceab06f4e69aa6ce075a3ae46.tar.bz2 |
iio: adc: Add TI ADS1015 ADC driver support
The driver has sysfs readings with runtime PM support for power saving.
It also offers buffer support that can be used together with IIO software
triggers.
Datasheet can be found here:
http://www.ti.com.cn/cn/lit/ds/symlink/ads1015.pdf
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index ce152261b438..e8a0811232aa 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -394,6 +394,19 @@ config TI_ADC128S052 This driver can also be built as a module. If so, the module will be called ti-adc128s052. +config TI_ADS1015 + tristate "Texas Instruments ADS1015 ADC" + depends on I2C && !SENSORS_ADS1015 + select REGMAP_I2C + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER + help + If you say yes here you get support for Texas Instruments ADS1015 + ADC chip. + + This driver can also be built as a module. If so, the module will be + called ti-ads1015. + config TI_ADS8688 tristate "Texas Instruments ADS8688" depends on SPI && OF |