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

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

staging: iio: adc: new driver for AD7291 devices

parent a20ebd93
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -41,6 +41,13 @@ config AD7152
	  Say yes here to build support for Analog Devices capacitive sensors.
	  (ad7152, ad7153) Provides direct access via sysfs.

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

config AD799X
	tristate "Analog Devices AD799x ADC driver"
	depends on I2C
+1 −0
Original line number Diff line number Diff line
@@ -17,3 +17,4 @@ obj-$(CONFIG_AD7476) += ad7476.o

obj-$(CONFIG_AD7150) += ad7150.o
obj-$(CONFIG_AD7152) += ad7152.o
obj-$(CONFIG_AD7291) += ad7291.o
+1039 −0

File added.

Preview size limit exceeded, changes collapsed.