mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
[packages] add a kernel module for GPIO LEDs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9262 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2b2bc6c3cc
commit
818220b46c
@ -252,13 +252,30 @@ endef
|
||||
$(eval $(call KernelPackage,softdog))
|
||||
|
||||
|
||||
# XXX: remove @TARGET_* later when we are able to detect the exact version of the kernel
|
||||
define KernelPackage/leds-gpio
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=GPIO LED support
|
||||
DEPENDS:=@TARGET_adm5120
|
||||
KCONFIG:=CONFIG_LEDS_GPIO
|
||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-gpio.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,60,leds-gpio)
|
||||
endef
|
||||
|
||||
define KernelPackage/leds-gpio/description
|
||||
Kernel module for LEDs on GPIO lines
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,leds-gpio))
|
||||
|
||||
|
||||
define KernelPackage/leds-adm5120
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=ADM5120 LED support
|
||||
DEPENDS:=@TARGET_adm5120
|
||||
DEPENDS:=@TARGET_adm5120 +kmod-leds-gpio
|
||||
KCONFIG:=CONFIG_LEDS_ADM5120
|
||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-adm5120.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,60,leds-adm5120)
|
||||
AUTOLOAD:=$(call AutoLoad,59,leds-adm5120)
|
||||
endef
|
||||
|
||||
define KernelPackage/leds-adm5120/description
|
||||
|
Loading…
Reference in New Issue
Block a user