[openwrt/openwrt] kernel: add kmod-hwmon-emc2305 support
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 10 01:50:21 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d668c74fe6efb546f0fd65f0334a3f0bd7bf5df4
commit d668c74fe6efb546f0fd65f0334a3f0bd7bf5df4
Author: Oleg S <remittor at gmail.com>
AuthorDate: Sun Mar 24 21:26:08 2024 +0300
kernel: add kmod-hwmon-emc2305 support
This module supports the Microchip Technology Inc (SMSC)
EMC2301/EMC2302/EMC2303/EMC2305 fan speed PWM controller chips.
Signed-off-by: Oleg S <remittor at gmail.com>
---
package/kernel/linux/modules/hwmon.mk | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index be38a6071a..ba393ab8fa 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -125,6 +125,21 @@ endef
$(eval $(call KernelPackage,hwmon-drivetemp))
+define KernelPackage/hwmon-emc2305
+ TITLE:=Microchip EMC2301/2/3/5 fan controller
+ KCONFIG:=CONFIG_SENSORS_EMC2305
+ FILES:=$(LINUX_DIR)/drivers/hwmon/emc2305.ko
+ AUTOLOAD:=$(call AutoProbe,emc2305)
+ $(call AddDepends/hwmon,+kmod-i2c-core +PACKAGE_kmod-thermal:kmod-thermal +kmod-regmap-i2c @LINUX_6_1||LINUX_6_6)
+endef
+
+define KernelPackage/hwmon-emc2305/description
+ Kernel module for Microchip EMC2301/EMC2302/EMC2303/EMC2305 fan controllers
+endef
+
+$(eval $(call KernelPackage,hwmon-emc2305))
+
+
define KernelPackage/hwmon-gsc
TITLE:=Gateworks System Controller support
KCONFIG:=CONFIG_MFD_GATEWORKS_GSC \
More information about the lede-commits
mailing list