diff options
author | David Lechner <david@lechnology.com> | 2016-11-28 10:58:15 -0600 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-12-03 09:57:21 +0000 |
commit | 902c4b2446d468cc6e4940db1aa72ee4d144dd35 (patch) | |
tree | 8073f65446ccbe74a5d49e11dc52d69de3d4d9e6 /drivers/iio/adc/Makefile | |
parent | 071cf2494361fd856f1a6781f9c554da67e35e3c (diff) | |
download | linux-902c4b2446d468cc6e4940db1aa72ee4d144dd35.tar.bz2 |
iio: adc: New driver for TI ADS7950 chips
This adds a new driver for the TI ADS7950 family of ADC chips. These
communicate using SPI and come in 8/10/12-bit and 4/8/12/16 channel
varieties.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r-- | drivers/iio/adc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index d36c4be8d1fc..f8e12188c6ae 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -51,6 +51,7 @@ obj-$(CONFIG_TI_ADC12138) += ti-adc12138.o obj-$(CONFIG_TI_ADC128S052) += ti-adc128s052.o obj-$(CONFIG_TI_ADC161S626) += ti-adc161s626.o obj-$(CONFIG_TI_ADS1015) += ti-ads1015.o +obj-$(CONFIG_TI_ADS7950) += ti-ads7950.o obj-$(CONFIG_TI_ADS8688) += ti-ads8688.o obj-$(CONFIG_TI_AM335X_ADC) += ti_am335x_adc.o obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o |