mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-25 01:07:11 +00:00
This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and humidity sensor)
Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30986
This commit is contained in:
parent
0a18161da1
commit
c31627a112
@ -103,6 +103,19 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,hwmon-lm95241))
|
$(eval $(call KernelPackage,hwmon-lm95241))
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-sht21
|
||||||
|
TITLE:=Sensiron SHT21 and compat. monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_SHT21
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/sht21.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,sht21)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-sht21/description
|
||||||
|
Kernel module for Sensirion SHT21 and SHT25 temperature and humidity sensors chip
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-sht21))
|
||||||
|
|
||||||
define KernelPackage/hwmon-pc87360
|
define KernelPackage/hwmon-pc87360
|
||||||
TITLE:=PC87360 monitoring support
|
TITLE:=PC87360 monitoring support
|
||||||
|
Loading…
Reference in New Issue
Block a user