kernel: add kmod-hwmon-max6642 support
Add package for Maxim MAX6642 i2c based temperature sensor. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
11822d8be2
commit
8298270b60
1 changed files with 15 additions and 0 deletions
|
@ -354,6 +354,21 @@ endef
|
||||||
$(eval $(call KernelPackage,hwmon-ltc4151))
|
$(eval $(call KernelPackage,hwmon-ltc4151))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-max6642
|
||||||
|
TITLE:=MAX6642 monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_MAX6642
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/max6642.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,max6642 max6642)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-max6642/description
|
||||||
|
Kernel module for Maxim MAX6642 temperature monitor
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-max6642))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-mcp3021
|
define KernelPackage/hwmon-mcp3021
|
||||||
TITLE:=MCP3021/3221 monitoring support
|
TITLE:=MCP3021/3221 monitoring support
|
||||||
KCONFIG:=CONFIG_SENSORS_MCP3021
|
KCONFIG:=CONFIG_SENSORS_MCP3021
|
||||||
|
|
Loading…
Reference in a new issue