Skip to content

Commit

Permalink
package/kernel: add package for the ADT7473/7475/7476/7490 sensors
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31657 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
juhosg committed May 9, 2012
1 parent 2b9126e commit 7117b69
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package/kernel/modules/hwmon.mk
Expand Up @@ -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
Expand Down

0 comments on commit 7117b69

Please sign in to comment.