Skip to content
Snippets Groups Projects
Commit 83049ed9 authored by Daniel Dickinson's avatar Daniel Dickinson Committed by Jo-Philipp Wich
Browse files

kernel: Build it87 hardware monitor module


Add packaging of it87 hardware monitor kernel module.  It is
a common thermal and voltage monitor that is in many x86
(at least) devices, and is just another i2c hwmon module.

Signed-off-by: default avatarDaniel Dickinson <lede@daniel.thecshore.com>
parent 638d5098
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,20 @@ endef ...@@ -108,6 +108,20 @@ endef
$(eval $(call KernelPackage,hwmon-ina2xx)) $(eval $(call KernelPackage,hwmon-ina2xx))
define KernelPackage/hwmon-it87
TITLE:=IT87 monitoring support
KCONFIG:=CONFIG_SENSORS_IT87
FILES:=$(LINUX_DIR)/drivers/hwmon/it87.ko
AUTOLOAD:=$(call AutoProbe,it87)
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid +PACKAGE_kmod-thermal:kmod-thermal)
endef
define KernelPackage/hwmon-it87/description
Kernel module for it87 thermal and voltage monitor chip
endef
$(eval $(call KernelPackage,hwmon-it87))
define KernelPackage/hwmon-lm63 define KernelPackage/hwmon-lm63
TITLE:=LM63/64 monitoring support TITLE:=LM63/64 monitoring support
KCONFIG:=CONFIG_SENSORS_LM63 KCONFIG:=CONFIG_SENSORS_LM63
......
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