1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 05:11:46 +02:00

package/kernel: add package for the LM85 sensor

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-05-09 10:48:34 +00:00
parent 2c1f618a73
commit 2b9126e168

View File

@ -90,6 +90,21 @@ endef
$(eval $(call KernelPackage,hwmon-lm77))
define KernelPackage/hwmon-lm85
TITLE:=LM85 monitoring support
KCONFIG:=CONFIG_SENSORS_LM85
FILES:=$(LINUX_DIR)/drivers/hwmon/lm85.ko
AUTOLOAD:=$(call AutoLoad,60,lm85)
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid)
endef
define KernelPackage/hwmon-lm85/description
Kernel module for LM85 thermal monitor chip
endef
$(eval $(call KernelPackage,hwmon-lm85))
define KernelPackage/hwmon-lm90
TITLE:=LM90 monitoring support
KCONFIG:=CONFIG_SENSORS_LM90