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:
		 Tim Harvey
					Tim Harvey
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							11822d8be2
						
					
				
				
					commit
					8298270b60
				
			| @@ -354,6 +354,21 @@ endef | ||||
| $(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 | ||||
|   TITLE:=MCP3021/3221 monitoring support | ||||
|   KCONFIG:=CONFIG_SENSORS_MCP3021 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user