mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: add kmod-hwmon-sht3x support
The driver supports the temperature and humidity sensors chips SHT3x and STS3x by Sensirion. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
This commit is contained in:
parent
334012492f
commit
75d2934a6f
@ -427,6 +427,21 @@ endef
|
|||||||
$(eval $(call KernelPackage,hwmon-sht21))
|
$(eval $(call KernelPackage,hwmon-sht21))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-sht3x
|
||||||
|
TITLE:=Sensiron SHT3x and compat. monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_SHT3x
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/sht3x.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,sht3x)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-lib-crc8)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-sht3x/description
|
||||||
|
Kernel module for Sensirion SHT3x temperature and humidity sensors chip
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-sht3x))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-tmp102
|
define KernelPackage/hwmon-tmp102
|
||||||
TITLE:=Texas Instruments TMP102 monitoring support
|
TITLE:=Texas Instruments TMP102 monitoring support
|
||||||
KCONFIG:=CONFIG_SENSORS_TMP102
|
KCONFIG:=CONFIG_SENSORS_TMP102
|
||||||
|
Loading…
Reference in New Issue
Block a user