leds: package the NXP PCA963x driver
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44510
This commit is contained in:
parent
e02478a22a
commit
ad077832bf
1 changed files with 16 additions and 0 deletions
|
@ -183,6 +183,22 @@ endef
|
||||||
$(eval $(call KernelPackage,ledtrig-oneshot))
|
$(eval $(call KernelPackage,ledtrig-oneshot))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/leds-pca963x
|
||||||
|
SUBMENU:=$(LEDS_MENU)
|
||||||
|
TITLE:=PCA963x LED support
|
||||||
|
DEPENDS:=+kmod-i2c-core
|
||||||
|
KCONFIG:=CONFIG_LEDS_PCA963X
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/leds/leds-pca963x.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,leds-pca963x,1)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/leds-pca963x/description
|
||||||
|
Driver for the NXP PCA963x I2C LED controllers.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,leds-pca963x))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/leds-tlc59116
|
define KernelPackage/leds-tlc59116
|
||||||
SUBMENU:=$(LEDS_MENU)
|
SUBMENU:=$(LEDS_MENU)
|
||||||
TITLE:=TLC59116 LED support
|
TITLE:=TLC59116 LED support
|
||||||
|
|
Loading…
Reference in a new issue