Skip to content
Snippets Groups Projects
Commit eb628a64 authored by blogic's avatar blogic
Browse files

[kernel] Add INA2XX current sensor module.


This is a I2C current/voltage/power sensor.

Signed-off-by: default avatarTobias Diedrich <ranma+openwrt@tdiedrich.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36182 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent e81b1f60
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,21 @@ endef ...@@ -60,6 +60,21 @@ endef
$(eval $(call KernelPackage,hwmon-adt7475)) $(eval $(call KernelPackage,hwmon-adt7475))
define KernelPackage/hwmon-ina2xx
TITLE:=INA2XX monitoring support
KCONFIG:=CONFIG_SENSORS_INA2XX
FILES:=$(LINUX_DIR)/drivers/hwmon/ina2xx.ko
AUTOLOAD:=$(call AutoLoad,60,ina2xx)
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPackage/hwmon-ina2xx/description
Kernel module for ina2xx dc current monitor chips
endef
$(eval $(call KernelPackage,hwmon-ina2xx))
define KernelPackage/hwmon-lm63 define KernelPackage/hwmon-lm63
TITLE:=LM63/64 monitoring support TITLE:=LM63/64 monitoring support
KCONFIG:=CONFIG_SENSORS_LM63 KCONFIG:=CONFIG_SENSORS_LM63
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment