diff options
author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2014-03-08 22:38:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-08-07 17:43:25 +0400 |
commit | 913b864686746e10c32ed65c04f70d886c4c0c76 (patch) | |
tree | b8a466ffd3233d52dcb3d7949f6f35239b8999e5 /drivers/iio/adc/Kconfig | |
parent | 7144045d2ac4cfa9594f392c6468c3d384041c06 (diff) | |
download | linux-913b864686746e10c32ed65c04f70d886c4c0c76.tar.xz |
iio: adc: Add TI ADC128S052
This patch adds support for ADC128S052 from TI.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
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 11b048a59fde..3ea56a39b9d2 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -216,6 +216,16 @@ config TI_ADC081C This driver can also be built as a module. If so, the module will be called ti-adc081c. +config TI_ADC128S052 + tristate "Texas Instruments ADC128S052" + depends on SPI + help + If you say yes here you get support for Texas Instruments ADC128S052 + chip. + + This driver can also be built as a module. If so, the module will be + called ti-adc128s052. + config TI_AM335X_ADC tristate "TI's AM335X ADC driver" depends on MFD_TI_AM335X_TSCADC |