mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
4839367d99
Add support for the HDC100x temperature and humidity sensors including the resistive heater element. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
8 lines
180 B
Makefile
8 lines
180 B
Makefile
#
|
|
# Makefile for IIO humidity sensor drivers
|
|
#
|
|
|
|
obj-$(CONFIG_DHT11) += dht11.o
|
|
obj-$(CONFIG_HDC100X) += hdc100x.o
|
|
obj-$(CONFIG_SI7005) += si7005.o
|
|
obj-$(CONFIG_SI7020) += si7020.o
|