|
|
@@ -217,6 +217,21 @@ endef
|
|
|
$(eval $(call KernelPackage,hwmon-it87))
|
|
|
|
|
|
|
|
|
+define KernelPackage/hwmon-jc42
|
|
|
+ TITLE:=Jedec JC42.4 compliant temperature sensors support
|
|
|
+ KCONFIG:=CONFIG_SENSORS_JC42
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/hwmon/jc42.ko
|
|
|
+ AUTOLOAD:=$(call AutoProbe,jc42)
|
|
|
+ $(call AddDepends/hwmon,+kmod-i2c-core +kmod-regmap-i2c)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/hwmon-jc42/description
|
|
|
+ Kernel module for Jedec JC42.4 compliant temperature sensors
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,hwmon-jc42))
|
|
|
+
|
|
|
+
|
|
|
define KernelPackage/hwmon-lm63
|
|
|
TITLE:=LM63/64 monitoring support
|
|
|
KCONFIG:=CONFIG_SENSORS_LM63
|