mirror of https://github.com/OpenIPC/firmware.git
21 lines
682 B
Diff
21 lines
682 B
Diff
diff -drupN a/drivers/misc/leds/Kconfig b/drivers/misc/leds/Kconfig
|
|
--- a/drivers/misc/leds/Kconfig 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/drivers/misc/leds/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,16 @@
|
|
+#
|
|
+# PWM LED driver configuration
|
|
+#
|
|
+config MISC_PWM_LEDS
|
|
+ tristate "LEDs by PWM Control driver, 3 PWMs control 3 colors"
|
|
+ depends on PWM
|
|
+ default n
|
|
+ help
|
|
+ Generic PWM framework driver for LEDS about breathing,and so on.
|
|
+
|
|
+config MISC_PWM_GPIO_LEDS
|
|
+ tristate "LEDs by PWM Control driver, 2 PWMs control 2 color and gpio control another one"
|
|
+ depends on PWM
|
|
+ default n
|
|
+ help
|
|
+ Generic PWM framework driver for LEDS about breathing,and so on.
|