|
@@ -159,3 +159,19 @@ define KernelPackage/leds-pca963x/description
|
|
|
endef
|
|
|
|
|
|
$(eval $(call KernelPackage,leds-pca963x))
|
|
|
+
|
|
|
+
|
|
|
+define KernelPackage/leds-pwm
|
|
|
+ SUBMENU:=$(LEDS_MENU)
|
|
|
+ TITLE:=PWM driven LED Support
|
|
|
+ KCONFIG:=CONFIG_LEDS_PWM
|
|
|
+ DEPENDS:= @PWM_SUPPORT
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/leds/leds-pwm.ko
|
|
|
+ AUTOLOAD:=$(call AutoLoad,60,leds-pwm,1)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/leds-pwm/description
|
|
|
+ This option enables support for pwm driven LEDs
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,leds-pwm))
|