From: Zoltan HERPAI Date: Thu, 16 Jul 2020 15:46:44 +0000 (+0200) Subject: kirkwood: add hwmon-tc654 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d5bc928e71018f93993a4b8ce02fbcd987b14de4;p=openwrt%2Fstaging%2Fwigyori.git kirkwood: add hwmon-tc654 Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk new file mode 100644 index 0000000000..1b57670535 --- /dev/null +++ b/target/linux/kirkwood/modules.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2006-2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define KernelPackage/hwmon-tc654 + TITLE:=TC654 monitoring support + KCONFIG:=CONFIG_SENSORS_TC654 + FILES:=$(LINUX_DIR)/drivers/hwmon/tc654.ko + AUTOLOAD:=$(call AutoLoad,60,tc654) + $(call AddDepends/hwmon,+kmod-i2c-core) +endef + +define KernelPackage/hwmon-tc654/description + Kernel module for Microchip TC654/TC655 and compatibles +endef + +$(eval $(call KernelPackage,hwmon-tc654))