Skip to content

Commit

Permalink
kernel: add kmod-hwmon-jc42 support
Browse files Browse the repository at this point in the history
Add package for Jedec JC42.4 compliant temperature sensor.

Signed-off-by: Christian Svensson <blue@cmd.nu>
  • Loading branch information
bluecmd authored and pull[bot] committed Aug 25, 2023
1 parent 4f8722f commit 1e27000
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package/kernel/linux/modules/hwmon.mk
Expand Up @@ -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
Expand Down

0 comments on commit 1e27000

Please sign in to comment.