From 7d73153e86c9c139f34467c30bda3f7e498834a1 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 10 Sep 2013 22:26:30 +0000 Subject: kernel: allow hwmon GSC driver for all targets - enable using hwmon GSC driver on all targets - add a kmod package for it Signed-off-by: Tim Harvey SVN-Revision: 37933 --- package/kernel/linux/modules/hwmon.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'package/kernel/linux/modules/hwmon.mk') diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 5af311df66..b1f4744330 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -219,3 +219,18 @@ define KernelPacakge/hwmon-w83627hf/description endef $(eval $(call KernelPackage,hwmon-w83627hf)) + + +define KernelPackage/hwmon-gsc + TITLE:=Gateworks GSC monitoring support + KCONFIG:=CONFIG_SENSORS_GSC + FILES:=$(LINUX_DIR)/drivers/hwmon/gsc.ko + AUTOLOAD:=$(call AutoLoad,50,gsc) +$(call AddDepends/hwmon) +endef + +define KernelPacakge/hwmon-gsc/description + Kernel module for the Gateworks System Controller chips. +endef + +$(eval $(call KernelPackage,hwmon-gsc)) -- cgit v1.2.3