Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions drivers/leds/rgb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,13 @@ config LEDS_MT6370_RGB
This driver can also be built as a module. If so, the module
will be called "leds-mt6370-rgb".

config LEDS_VALVE
tristate "LED Support for Valve Freemont"
help
Say Y here to enable support for Valve Freemont LED strip device.
It is a strip LED controller with 17 RGB LEDs.

This driver can also be built as a module. If so, the module
will be called "leds-valve".

endif # LEDS_CLASS_MULTICOLOR
1 change: 1 addition & 0 deletions drivers/leds/rgb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o
obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o
obj-$(CONFIG_LEDS_S2M_RGB) += leds-s2m-rgb.o
obj-$(CONFIG_LEDS_MT6370_RGB) += leds-mt6370-rgb.o
obj-$(CONFIG_LEDS_VALVE) += leds-valve.o
Loading