package: kernel: add driver module for NCT7802Y
This commit add package with hwmon-nct7802 module. This driver implements support for the Nuvoton NCT7802Y hardware monitoring chip. NCT7802Y supports 6 temperature sensors, 5 voltage sensors, and 3 fan speed sensors. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> (fixed c&p'ed module description) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Christian Lamparter
					
				
			
			
				
	
			
			
			
						parent
						
							01520a96e7
						
					
				
				
					commit
					1ed50b92d1
				
			@@ -348,6 +348,21 @@ endef
 | 
			
		||||
$(eval $(call KernelPackage,hwmon-nct6775))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/hwmon-nct7802
 | 
			
		||||
  TITLE:=NCT7802Y and compatibles monitoring support
 | 
			
		||||
  KCONFIG:=CONFIG_SENSORS_NCT7802
 | 
			
		||||
  FILES:=$(LINUX_DIR)/drivers/hwmon/nct7802.ko
 | 
			
		||||
  AUTOLOAD:=$(call AutoProbe,nct7802)
 | 
			
		||||
  $(call AddDepends/hwmon,+kmod-i2c-core)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define KernelPackage/hwmon-nct7802/description
 | 
			
		||||
 Kernel module for NCT7802Y thermal monitor chip
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call KernelPackage,hwmon-nct7802))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/hwmon-pc87360
 | 
			
		||||
  TITLE:=PC87360 monitoring support
 | 
			
		||||
  KCONFIG:=CONFIG_SENSORS_PC87360
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user