LED_TRIGGER_DIR=$(LINUX_DIR)/drivers/leds/trigger
+define KernelPackage/led-group-multi-color
+ SUBMENU:=$(LEDS_MENU)
+ TITLE:=LEDs group multi-color support
+ KCONFIG:=CONFIG_LEDS_GROUP_MULTICOLOR
+ FILES:=$(LINUX_DIR)/drivers/leds/rgb/leds-group-multicolor.ko
+ AUTOLOAD:=$(call AutoProbe,led-group-multi-color)
+endef
+
+define KernelPackage/led-group-multi-color/description
+ This option enables support for monochrome LEDs that are grouped
+ into multicolor LEDs which is useful in the case where LEDs of
+ different colors are physically grouped in a single multi-color LED
+ and driven by a controller that does not have multi-color support.
+endef
+
+$(eval $(call KernelPackage,led-group-multi-color))
+
define KernelPackage/ledtrig-activity
SUBMENU:=$(LEDS_MENU)
TITLE:=LED Activity Trigger
LED controllers.
endef
-$(eval $(call KernelPackage,leds-lp5562))
\ No newline at end of file
+$(eval $(call KernelPackage,leds-lp5562))