Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/archive.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-01-09 07:08:47 +0300
committerPhilip Prindeville <philipp@redfish-solutions.com>2017-01-10 21:17:36 +0300
commit315a7bb657186166dc56af2537ad93197fce47d4 (patch)
treec6fe50704ab6134e78c2c168d421d36808e2c32d
parent1a7b132013057ff38964c8ae1c27a36f24e4d9be (diff)
hwmon-nct6775: add thermal monitor for nct6775/6776, et al
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-rw-r--r--package/kernel/linux/modules/hwmon.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index f7c305ddb9..46b7396f7b 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -78,6 +78,21 @@ endef
$(eval $(call KernelPackage,hwmon-adt7475))
+define KernelPackage/hwmon-nct6775
+ TITLE:=NCT6106D/6775F/6776F/6779D/6791D/6792D/6793D and compatibles monitoring support
+ KCONFIG:=CONFIG_SENSORS_NCT6775
+ FILES:=$(LINUX_DIR)/drivers/hwmon/nct6775.ko
+ AUTOLOAD:=$(call AutoProbe,nct6775)
+ $(call AddDepends/hwmon,@PCI_SUPPORT @TARGET_x86 +kmod-hwmon-vid)
+endef
+
+define KernelPackage/hwmon-nct6775/description
+ Kernel module for NCT6106D/6775F/6776F/6779D/6791D/6792D/6793D thermal monitor chip
+endef
+
+$(eval $(call KernelPackage,hwmon-nct6775))
+
+
define KernelPackage/hwmon-ina2xx
TITLE:=INA2XX monitoring support
KCONFIG:=CONFIG_SENSORS_INA2XX