diff options
author | Crestez Dan Leonard <leonard.crestez@intel.com> | 2016-04-11 17:24:26 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-17 12:43:32 +0300 |
commit | a6b5ec887b85df039055be316420b1520c23eb6b (patch) | |
tree | bffa2e02d6f6dd96d430c25e1426e3f940a53616 /drivers/iio/adc/Kconfig | |
parent | 98a52530ed51394848079e7952c1145bd49fbe7d (diff) | |
download | linux-a6b5ec887b85df039055be316420b1520c23eb6b.tar.xz |
ti-adc081c: Add support for adc101c and adc121c
These chips have an almost identical interface but support a different
number of value bits. Datasheet links for comparison:
* http://www.ti.com/lit/ds/symlink/adc081c021.pdf
* http://www.ti.com/lit/ds/symlink/adc101c021.pdf
* http://www.ti.com/lit/ds/symlink/adc121c021.pdf
Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
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 5937030f0444..25378c5882e2 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -385,11 +385,11 @@ config ROCKCHIP_SARADC module will be called rockchip_saradc. config TI_ADC081C - tristate "Texas Instruments ADC081C021/027" + tristate "Texas Instruments ADC081C/ADC101C/ADC121C family" depends on I2C help - If you say yes here you get support for Texas Instruments ADC081C021 - and ADC081C027 ADC chips. + If you say yes here you get support for Texas Instruments ADC081C, + ADC101C and ADC121C ADC chips. This driver can also be built as a module. If so, the module will be called ti-adc081c. |