Commit 671d85f2 authored by Barry Song's avatar Barry Song Committed by Greg Kroah-Hartman

staging: iio: adc: new driver for AD7745/6/7 devices

Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Acked-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f84c26e6
...@@ -85,9 +85,9 @@ config AD799X_RING_BUFFER ...@@ -85,9 +85,9 @@ config AD799X_RING_BUFFER
config AD7476 config AD7476
tristate "Analog Devices AD7475/6/7/8 AD7466/7/8 and AD7495 ADC driver" tristate "Analog Devices AD7475/6/7/8 AD7466/7/8 and AD7495 ADC driver"
depends on SPI depends on SPI
select IIO_RING_BUFFER select IIO_RING_BUFFER
select IIO_SW_RING select IIO_SW_RING
select IIO_TRIGGER select IIO_TRIGGER
help help
Say yes here to build support for Analog Devices Say yes here to build support for Analog Devices
AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, AD7495 AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, AD7495
...@@ -96,3 +96,13 @@ config AD7476 ...@@ -96,3 +96,13 @@ config AD7476
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called ad7476. module will be called ad7476.
config AD7745
tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver"
depends on I2C
help
Say yes here to build support for Analog Devices capacitive sensors.
(AD7745, AD7746, AD7747) Provides direct access via sysfs.
To compile this driver as a module, choose M here: the
module will be called ad7745.
...@@ -20,3 +20,4 @@ obj-$(CONFIG_AD7152) += ad7152.o ...@@ -20,3 +20,4 @@ obj-$(CONFIG_AD7152) += ad7152.o
obj-$(CONFIG_AD7291) += ad7291.o obj-$(CONFIG_AD7291) += ad7291.o
obj-$(CONFIG_AD7298) += ad7298.o obj-$(CONFIG_AD7298) += ad7298.o
obj-$(CONFIG_AD7314) += ad7314.o obj-$(CONFIG_AD7314) += ad7314.o
obj-$(CONFIG_AD7745) += ad7745.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment