From: Florian Eckert Date: Tue, 25 Jul 2017 14:38:56 +0000 (+0200) Subject: kernel/modules: add kmod-adcxx module X-Git-Tag: v19.07.0-rc1~3481 X-Git-Url: http://git.ozo.com/?p=openwrt%2F.git;a=commitdiff_plain;h=2f46f4375480838b3e9b89e4bcd5117e71aae8cc kernel/modules: add kmod-adcxx module Add kernel module package for kmod-adcxx. Signed-off-by: Florian Eckert --- diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index e6dfa73dec..5cd849b86d 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -427,3 +427,25 @@ endef $(eval $(call KernelPackage,hwmon-w83793)) +define KernelPackage/hwmon-adcxx + TITLE:=ADCxx monitoring support + KCONFIG:=CONFIG_SENSORS_ADCXX + FILES:=$(LINUX_DIR)/drivers/hwmon/adcxx.ko + AUTOLOAD:=$(call AutoLoad,60,adcxx) + $(call AddDepends/hwmon,) +endef + +define KernelPackage/hwmon-adcxx/description + Kernel module for the National Semiconductor + ADCS chip family, where + * bb is the resolution in number of bits (8, 10, 12) + * c is the number of channels (1, 2, 4, 8) + * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500 + kSPS and 101 for 1 MSPS) + + Examples : ADC081S101, ADC124S501, ... +endef + +$(eval $(call KernelPackage,hwmon-adcxx)) + +