package/kernel: add package for the LM85 sensor
SVN-Revision: 31656
This commit is contained in:
parent
c403828c57
commit
0f8e0335a7
1 changed files with 15 additions and 0 deletions
|
@ -90,6 +90,21 @@ endef
|
||||||
$(eval $(call KernelPackage,hwmon-lm77))
|
$(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
|
define KernelPackage/hwmon-lm90
|
||||||
TITLE:=LM90 monitoring support
|
TITLE:=LM90 monitoring support
|
||||||
KCONFIG:=CONFIG_SENSORS_LM90
|
KCONFIG:=CONFIG_SENSORS_LM90
|
||||||
|
|
Loading…
Reference in a new issue