diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 11:57:57 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:10:20 +0100 |
commit | acd0c8c178cc709fe6ce0bf3c4a77ee249c730e4 (patch) | |
tree | 1d2f03e0f8ef527c68a5e3a1e1c2296d023a186d /package/kernel/linux | |
parent | c00e5a4f09115ec976fac7dc380f576ef6a24fab (diff) | |
download | upstream-acd0c8c178cc709fe6ce0bf3c4a77ee249c730e4.tar.gz upstream-acd0c8c178cc709fe6ce0bf3c4a77ee249c730e4.tar.bz2 upstream-acd0c8c178cc709fe6ce0bf3c4a77ee249c730e4.zip |
kernel: move the gateworks system controller driver to an out-of-tree package
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 0c52f03d0b..e2962058aa 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -313,21 +313,6 @@ endef $(eval $(call KernelPackage,hwmon-w83793)) -define KernelPackage/hwmon-gsc - TITLE:=Gateworks GSC monitoring support - KCONFIG:=CONFIG_SENSORS_GSC - FILES:=$(LINUX_DIR)/drivers/hwmon/gsc.ko - AUTOLOAD:=$(call AutoLoad,60,gsc) - $(call AddDepends/hwmon,+kmod-i2c-core) -endef - -define KernelPackage/hwmon-gsc/description - Kernel module for the Gateworks System Controller chips. -endef - -$(eval $(call KernelPackage,hwmon-gsc)) - - define KernelPackage/hwmon-tmp102 TITLE:=Texas Instruments TMP102 monitoring support KCONFIG:=CONFIG_SENSORS_TMP102 |