kernel/hwmon: package pwm-fan kernel module
pwm-fan was introduced in kernel 3.18 Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43843
This commit is contained in:
		@@ -290,6 +290,22 @@ endef
 | 
			
		||||
$(eval $(call KernelPackage,hwmon-gpiofan))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/hwmon-pwmfan
 | 
			
		||||
  TITLE:=Generic PWM FAN support
 | 
			
		||||
  KCONFIG:=CONFIG_SENSORS_PWM_FAN
 | 
			
		||||
  FILES:=$(LINUX_DIR)/drivers/hwmon/pwm-fan.ko
 | 
			
		||||
  AUTOLOAD:=$(call AutoLoad,60,pwm-fan)
 | 
			
		||||
  $(call AddDepends/hwmon,+kmod-pwm)
 | 
			
		||||
  DEPENDS+=@!LINUX_3_3 @!LINUX_3_8 @!LINUX_3_10 @!LINUX_3_14
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define KernelPackage/hwmon-pwmfan/description
 | 
			
		||||
  Kernel module for PWM controlled FANs
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call KernelPackage,hwmon-pwmfan))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/hwmon-k10temp
 | 
			
		||||
  TITLE:=AMD Family 10h+ temperature sensor
 | 
			
		||||
  KCONFIG:=CONFIG_SENSORS_K10TEMP
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user