mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-09 16:18:38 +00:00
modules: hwmon: package driver for INA209 power monitor
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
910d9ba454
commit
449aba4fe8
@ -78,6 +78,21 @@ endef
|
|||||||
$(eval $(call KernelPackage,hwmon-adt7475))
|
$(eval $(call KernelPackage,hwmon-adt7475))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-ina209
|
||||||
|
TITLE:=INA209 monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_INA209
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/ina209.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,ina209)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-ina209/description
|
||||||
|
Kernel module for ina209 dc power monitor chips
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-ina209))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-ina2xx
|
define KernelPackage/hwmon-ina2xx
|
||||||
TITLE:=INA2XX monitoring support
|
TITLE:=INA2XX monitoring support
|
||||||
KCONFIG:=CONFIG_SENSORS_INA2XX
|
KCONFIG:=CONFIG_SENSORS_INA2XX
|
||||||
|
Loading…
Reference in New Issue
Block a user