Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5d8c6bc authored by Sonic Zhang's avatar Sonic Zhang Committed by Greg Kroah-Hartman
Browse files

staging: iio: adc: new driver for ADT7310 temperature sensors

parent d7713b6c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -120,3 +120,10 @@ config ADT75
	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
	help
	  Say yes here to build support for Analog Devices ADT7310
	  temperature sensors.
+1 −0
Original line number Diff line number Diff line
@@ -23,3 +23,4 @@ obj-$(CONFIG_AD7314) += ad7314.o
obj-$(CONFIG_AD7745) += ad7745.o
obj-$(CONFIG_AD7816) += ad7816.o
obj-$(CONFIG_ADT75) += adt75.o
obj-$(CONFIG_ADT7310) += adt7310.o
+952 −0

File added.

Preview size limit exceeded, changes collapsed.