X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fhwmon.mk;h=d549336b3d0490e6d080e8e45c19d84e361ad8a1;hp=62eceb913fffa25976abd04092228ba302b6e759;hb=ae6a2246d9e174979e4bd6dd14d34c12ed7a369a;hpb=a542e6d7dfea66f638d90a11f797a0b9c0e59865 diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index 62eceb913f..d549336b3d 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -45,6 +45,21 @@ endef $(eval $(call KernelPackage,hwmon-vid)) +define KernelPackage/hwmon-adt7475 + TITLE:=ADT7473/7475/7476/7490 monitoring support + KCONFIG:=CONFIG_SENSORS_ADT7475 + FILES:=$(LINUX_DIR)/drivers/hwmon/adt7475.ko + AUTOLOAD:=$(call AutoLoad,60,adt7475) + $(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid) +endef + +define KernelPackage/hwmon-adt7475/description + Kernel module for ADT7473/7475/7476/7490 thermal monitor chip. +endef + +$(eval $(call KernelPackage,hwmon-adt7475)) + + define KernelPackage/hwmon-lm63 TITLE:=LM63/64 monitoring support KCONFIG:=CONFIG_SENSORS_LM63 @@ -90,6 +105,21 @@ endef $(eval $(call KernelPackage,hwmon-lm77)) +define KernelPackage/hwmon-lm85 + TITLE:=LM85 monitoring support + KCONFIG:=CONFIG_SENSORS_LM85 + FILES:=$(LINUX_DIR)/drivers/hwmon/lm85.ko + AUTOLOAD:=$(call AutoLoad,60,lm85) + $(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid) +endef + +define KernelPackage/hwmon-lm85/description + Kernel module for LM85 thermal monitor chip +endef + +$(eval $(call KernelPackage,hwmon-lm85)) + + define KernelPackage/hwmon-lm90 TITLE:=LM90 monitoring support KCONFIG:=CONFIG_SENSORS_LM90