Skip to content

Commit

Permalink
staging: iio: adc: new driver for ADT7410 temperature sensors
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 a5d8c6b commit 06b86a7
Show file tree
Hide file tree
Showing 3 changed files with 923 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 @@ -127,3 +127,10 @@ config ADT7310
help
Say yes here to build support for Analog Devices ADT7310
temperature sensors.

config ADT7410
tristate "Analog Devices ADT7410 temperature sensor driver"
depends on I2C
help
Say yes here to build support for Analog Devices ADT7410
temperature sensors.
1 change: 1 addition & 0 deletions drivers/staging/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ obj-$(CONFIG_AD7745) += ad7745.o
obj-$(CONFIG_AD7816) += ad7816.o
obj-$(CONFIG_ADT75) += adt75.o
obj-$(CONFIG_ADT7310) += adt7310.o
obj-$(CONFIG_ADT7410) += adt7410.o
Loading

0 comments on commit 06b86a7

Please sign in to comment.