From 910d9ba454c40b6d7c229a0bd48462f1c86c5419 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 26 Sep 2014 21:52:49 +0200 Subject: [PATCH] modules: hwmon: package driver for LTC4151 current sensor Signed-off-by: Daniel Golle --- package/kernel/linux/modules/hwmon.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index effae14a20..d9186879ce 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -195,6 +195,20 @@ endef $(eval $(call KernelPackage,hwmon-lm95241)) +define KernelPackage/hwmon-ltc4151 + TITLE:=LTC4151 monitoring support + KCONFIG:=CONFIG_SENSORS_LTC4151 + FILES:=$(LINUX_DIR)/drivers/hwmon/ltc4151.ko + AUTOLOAD:=$(call AutoProbe,ltc4151) + $(call AddDepends/hwmon,+kmod-i2c-core) +endef + +define KernelPackage/hwmon-ltc4151/description + Kernel module for Linear Technology LTC4151 current and voltage monitor chip +endef + +$(eval $(call KernelPackage,hwmon-ltc4151)) + define KernelPackage/hwmon-sht21 TITLE:=Sensiron SHT21 and compat. monitoring support KCONFIG:=CONFIG_SENSORS_SHT21 -- 2.30.2