Skip to content

Commit

Permalink
staging: iio: adc: new driver for AD7298 devices
Browse files Browse the repository at this point in the history
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent ddaecd5 commit e8ada96
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/staging/iio/adc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ config AD7291
Say yes here to build support for Analog Devices AD7291
temperature sensors.

config AD7298
tristate "Analog Devices AD7298 temperature sensor and ADC driver"
depends on SPI
help
Say yes here to build support for Analog Devices AD7298
temperature sensors and ADC.

config AD799X
tristate "Analog Devices AD799x ADC driver"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ obj-$(CONFIG_AD7476) += ad7476.o
obj-$(CONFIG_AD7150) += ad7150.o
obj-$(CONFIG_AD7152) += ad7152.o
obj-$(CONFIG_AD7291) += ad7291.o
obj-$(CONFIG_AD7298) += ad7298.o
Loading

0 comments on commit e8ada96

Please sign in to comment.