From: John Crispin Date: Wed, 3 Apr 2013 10:00:40 +0000 (+0000) Subject: [kernel] add lm92 kernel module X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=658e6c4d6442074b69ee324b5950b85d61b6c8cd [kernel] add lm92 kernel module Signed-off-by: John Crispin SVN-Revision: 36181 --- diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index d549336b3d..bc1f65281d 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -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