Skip to content
Snippets Groups Projects
Commit 910d9ba4 authored by Daniel Golle's avatar Daniel Golle
Browse files

modules: hwmon: package driver for LTC4151 current sensor


Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent 2aa818a0
No related branches found
No related tags found
No related merge requests found
...@@ -195,6 +195,20 @@ endef ...@@ -195,6 +195,20 @@ endef
$(eval $(call KernelPackage,hwmon-lm95241)) $(eval $(call KernelPackage,hwmon-lm95241))
define KernelPackage/hwmon-ltc4151
TITLE:=LTC4151 monitoring support
KCONFIG:=CONFIG_SENSORS_LTC4151
FILES:=$(LINUX_DIR)/drivers/hwmon/ltc4151.ko
AUTOLOAD:=$(call AutoProbe,ltc4151)
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPackage/hwmon-ltc4151/description
Kernel module for Linear Technology LTC4151 current and voltage monitor chip
endef
$(eval $(call KernelPackage,hwmon-ltc4151))
define KernelPackage/hwmon-sht21 define KernelPackage/hwmon-sht21
TITLE:=Sensiron SHT21 and compat. monitoring support TITLE:=Sensiron SHT21 and compat. monitoring support
KCONFIG:=CONFIG_SENSORS_SHT21 KCONFIG:=CONFIG_SENSORS_SHT21
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment