[source] linux/modules: Add SCH5627 Super I/O chips
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 3 06:30:39 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=6e68a5dd11bc68981377042f49c0e0d3c978a84d
commit 6e68a5dd11bc68981377042f49c0e0d3c978a84d
Author: Lucian Cristian <lucian.cristian at gmail.com>
AuthorDate: Sun Jul 31 15:42:53 2016 +0300
linux/modules: Add SCH5627 Super I/O chips
Signed-off-by: Lucian Cristian <lucian.cristian at gmail.com>
---
package/kernel/linux/modules/hwmon.mk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index f7a92ed..0a8115c 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -252,6 +252,22 @@ endef
$(eval $(call KernelPackage,hwmon-sht21))
+define KernelPackage/hwmon-sch5627
+ TITLE:=SMSC SCH5627 monitoring support
+ KCONFIG:=CONFIG_SENSORS_SCH5627
+ FILES:= \
+ $(LINUX_DIR)/drivers/hwmon/sch5627.ko \
+ $(LINUX_DIR)/drivers/hwmon/sch56xx-common.ko
+ AUTOLOAD:=$(call AutoProbe,sch5627)
+ $(call AddDepends/hwmon,+kmod-i2c-core)
+endef
+
+define KernelPackage/hwmon-sch5627/description
+ SMSC SCH5627 Super I/O chips include complete hardware monitoring
+endef
+
+$(eval $(call KernelPackage,hwmon-sch5627))
+
define KernelPackage/hwmon-pc87360
TITLE:=PC87360 monitoring support
KCONFIG:=CONFIG_SENSORS_PC87360
More information about the lede-commits
mailing list