aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/hwmon.mk
diff options
context:
space:
mode:
authorTil Kaiser <til.kaiser@gmx.de>2023-09-15 12:03:07 +0200
committerDavid Bauer <mail@david-bauer.net>2023-10-31 21:12:15 +0100
commit76713f4b8247e9f0a9631a7b25c476cf8b0ca0a6 (patch)
tree60aba66d8cba667a1d6913927b4796ae1950a045 /package/kernel/linux/modules/hwmon.mk
parentd522ccecb28f941aadcaf7a50cd6daa861f468a7 (diff)
downloadupstream-76713f4b8247e9f0a9631a7b25c476cf8b0ca0a6.tar.gz
upstream-76713f4b8247e9f0a9631a7b25c476cf8b0ca0a6.tar.bz2
upstream-76713f4b8247e9f0a9631a7b25c476cf8b0ca0a6.zip
packages: add needed packages for Mellanox Spectrum Switches
Add needed kernel and firmware packages for Mellanox Spectrum SN2000 Series Switches. Signed-off-by: Til Kaiser <til.kaiser@gmx.de>
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r--package/kernel/linux/modules/hwmon.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index 092bdf2b107..8638d508235 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -77,6 +77,23 @@ endef
$(eval $(call KernelPackage,hwmon-adt7475))
+define KernelPackage/hwmon-coretemp
+ TITLE:=Intel Core/Core2/Atom temperature sensor
+ KCONFIG:=CONFIG_SENSORS_CORETEMP
+ FILES:=$(LINUX_DIR)/drivers/hwmon/coretemp.ko
+ AUTOLOAD:=$(call AutoProbe,coretemp)
+ $(call AddDepends/hwmon,)
+endef
+
+define KernelPackage/hwmon-coretemp/description
+ Kernel module for Intel Core/Core2/Atom temperature monitoring support.
+ Most of the family 6 CPUs are supported.
+ Check Documentation/hwmon/coretemp.rst for details.
+endef
+
+$(eval $(call KernelPackage,hwmon-coretemp))
+
+
define KernelPackage/hwmon-dme1737
TITLE:=SMSC DME1737 and compatible monitoring support
KCONFIG:=CONFIG_SENSORS_DME1737