X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fhwmon.mk;h=ebbe7cfabcabf6e98594351240338e5471c7c591;hb=fc8259b34d7abf7102eb2f854edb8839edbcf2bb;hp=b4390f78b2bda25d0bf977abe7e121772e84055d;hpb=ae57d8838ce086c44a95b54816191ed9e92545b2;p=openwrt.git diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index b4390f78b2..ebbe7cfabc 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -30,6 +30,20 @@ define AddDepends/hwmon DEPENDS:=kmod-hwmon-core $(1) endef +define KernelPackage/hwmon-lm63 + TITLE:=LM63/64 monitoring support + KCONFIG:=CONFIG_SENSORS_LM63 + FILES:=$(LINUX_DIR)/drivers/hwmon/lm63.ko + AUTOLOAD:=$(call AutoLoad,60,lm63) + $(call AddDepends/hwmon,+kmod-i2c-core) +endef + +define KernelPackage/hwmon-lm63/description + Kernel module for lm63 and lm64 thermal monitor chip +endef + +$(eval $(call KernelPackage,hwmon-lm63)) + define KernelPackage/hwmon-lm75 TITLE:=LM75 monitoring support