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:
Felix Fietkau
2007-12-14 00:52:15 +00:00
parent 2da3f6a256
commit 985ee9fc8f
4 changed files with 217 additions and 2 deletions

View File

@@ -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