diff options
author | Sean Nyekjaer <sean.nyekjaer@prevas.dk> | 2015-11-09 15:52:59 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-11-15 13:54:44 +0300 |
commit | 3e87e78383283119a7d41f8a4cab8ef0a5c9acab (patch) | |
tree | d4d7ab37fdaf8511a260547b02088d659cb74289 /drivers/iio/adc/Kconfig | |
parent | f47dff323088462e7b0ac52d1ba41ce953a5ce20 (diff) | |
download | linux-3e87e78383283119a7d41f8a4cab8ef0a5c9acab.tar.xz |
iio: adc: Add TI ADS8688
This patch adds support for the Texas Intruments ADS8688 ADC.
Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
Reviewed-by: Martin Hundebøll <martin.hundeboll@prevas.dk>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index daad72e1266d..9162dfefff30 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -341,6 +341,16 @@ config TI_ADC128S052 This driver can also be built as a module. If so, the module will be called ti-adc128s052. +config TI_ADS8688 + tristate "Texas Instruments ADS8688" + depends on SPI && OF + help + If you say yes here you get support for Texas Instruments ADS8684 and + and ADS8688 ADC chips + + This driver can also be built as a module. If so, the module will be + called ti-ads8688. + config TI_AM335X_ADC tristate "TI's AM335X ADC driver" depends on MFD_TI_AM335X_TSCADC |