Skip to content

Commit

Permalink
iio: adc: remove ADT75 driver - hwmon/lm75 will take over ADT75 support
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Oct 17, 2011
1 parent 3e2c96e commit cdea0be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 663 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/iio/adc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ config AD7192
To compile this driver as a module, choose M here: the
module will be called ad7192.

config ADT75
tristate "Analog Devices ADT75 temperature sensor driver"
depends on I2C
help
Say yes here to build support for Analog Devices ADT75
temperature sensors.

config ADT7310
tristate "Analog Devices ADT7310 temperature sensor driver"
depends on SPI
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ obj-$(CONFIG_AD7780) += ad7780.o
obj-$(CONFIG_AD7793) += ad7793.o
obj-$(CONFIG_AD7816) += ad7816.o
obj-$(CONFIG_AD7192) += ad7192.o
obj-$(CONFIG_ADT75) += adt75.o
obj-$(CONFIG_ADT7310) += adt7310.o
obj-$(CONFIG_ADT7410) += adt7410.o
obj-$(CONFIG_AD7280) += ad7280a.o
Loading

0 comments on commit cdea0be

Please sign in to comment.