Skip to content
Snippets Groups Projects
Commit 7852c48f authored by John Crispin's avatar John Crispin
Browse files

add lm92 kernel module


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 36181
parent 62b5098b
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,20 @@ endef
$(eval $(call KernelPackage,hwmon-lm90))
define KernelPackage/hwmon-lm92
TITLE:=LM92 monitoring support
KCONFIG:=CONFIG_SENSORS_LM92
FILES:=$(LINUX_DIR)/drivers/hwmon/lm92.ko
AUTOLOAD:=$(call AutoLoad,60,lm92)
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPackage/hwmon-lm92/description
Kernel module for LM92 thermal monitor chip
endef
$(eval $(call KernelPackage,hwmon-lm92))
define KernelPackage/hwmon-lm95241
TITLE:=LM95241 monitoring support
KCONFIG:=CONFIG_SENSORS_LM95241
......
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