LED driver for PCEngines ALIX boards
This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- SVN-Revision: 9748
This commit is contained in:
		@@ -334,6 +334,22 @@ endef
 | 
			
		||||
$(eval $(call KernelPackage,leds-wrap))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/leds-alix
 | 
			
		||||
  SUBMENU:=$(OTHER_MENU)
 | 
			
		||||
  TITLE:=PCengines ALIX LED support
 | 
			
		||||
  DEPENDS:=@TARGET_x86
 | 
			
		||||
  KCONFIG:=CONFIG_LEDS_ALIX
 | 
			
		||||
  FILES:=$(LINUX_DIR)/drivers/leds/leds-alix.$(LINUX_KMOD_SUFFIX)
 | 
			
		||||
  AUTOLOAD:=$(call AutoLoad,50,leds-alix)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define KernelPackage/leds-alix/description
 | 
			
		||||
 Kernel module for PCengines ALIX LEDs
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call KernelPackage,leds-alix))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/ledtrig-morse
 | 
			
		||||
  SUBMENU:=$(OTHER_MENU)
 | 
			
		||||
  TITLE:=LED Morse Trigger
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user