Skip to content
Snippets Groups Projects
Commit 18a31a88 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

add LM77 sensors support (closes: #2419)

SVN-Revision: 9002
parent f5295a10
No related branches found
No related tags found
No related merge requests found
...@@ -29,13 +29,29 @@ endef ...@@ -29,13 +29,29 @@ endef
$(eval $(call KernelPackage,hwmon-core)) $(eval $(call KernelPackage,hwmon-core))
define KernelPackage/hwmon-lm77
SUBMENU:=$(HWMON_MENU)
TITLE:=LM77 monitoring support
DEPENDS:=kmod-hwmon-core
KCONFIG:=CONFIG_SENSORS_LM77
FILES:=$(LINUX_DIR)/drivers/hwmon/lm77.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,lm77)
endef
define KernelPackage/hwmon-lm77/description
Kernel module for LM77 thermal monitor chip
endef
$(eval $(call KernelPackage,hwmon-lm77))
define KernelPackage/hwmon-pc87360 define KernelPackage/hwmon-pc87360
SUBMENU:=$(HWMON_MENU) SUBMENU:=$(HWMON_MENU)
TITLE:=PC87360 monitoring support TITLE:=PC87360 monitoring support
DEPENDS:=kmod-hwmon-core
KCONFIG:=CONFIG_SENSORS_PC87360 KCONFIG:=CONFIG_SENSORS_PC87360
FILES:=$(LINUX_DIR)/drivers/hwmon/pc87360.$(LINUX_KMOD_SUFFIX) FILES:=$(LINUX_DIR)/drivers/hwmon/pc87360.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,pc87360) AUTOLOAD:=$(call AutoLoad,50,pc87360)
DEPENDS:=kmod-hwmon-core
endef endef
define KernelPackage/hwmon-pc87360/description define KernelPackage/hwmon-pc87360/description
......
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