From: Hartmut Knaack Date: Mon, 10 Sep 2018 23:33:37 +0000 (+0200) Subject: kernel: add Si7020 relative humidity/temperature sensor driver X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d3a492c72f15ecf8debe56a3ee35eb213c9d9bcc;p=openwrt%2Fstaging%2Flynxis.git kernel: add Si7020 relative humidity/temperature sensor driver Add support for the Silicon Labs Si7020 family of relative humidity and temperature sensors using the I2C bus. Signed-off-by: Hartmut Knaack --- diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk index d0c2c365ca..b7eb048516 100644 --- a/package/kernel/linux/modules/iio.mk +++ b/package/kernel/linux/modules/iio.mk @@ -157,6 +157,24 @@ endef $(eval $(call KernelPackage,iio-htu21)) +define KernelPackage/iio-si7020 + SUBMENU:=$(IIO_MENU) + DEPENDS:=+kmod-i2c-core +kmod-iio-core + TITLE:=Silicon Labs Si7020 sensor + KCONFIG:= CONFIG_SI7020 + FILES:=$(LINUX_DIR)/drivers/iio/humidity/si7020.ko + AUTOLOAD:=$(call AutoLoad,56,si7020) +endef + +define KernelPackage/iio-si7020/description + Support for Silicon Labs Si7020 family of relative humidity and + temperature sensors connected via I2C. Following models are usable: + Si7013, Si7020, Si7021, Hoperf TH06. +endef + +$(eval $(call KernelPackage,iio-si7020)) + + define KernelPackage/iio-tsl4531 SUBMENU:=$(IIO_MENU) DEPENDS:=+kmod-i2c-core +kmod-iio-core