mirror of https://github.com/OpenIPC/firmware.git
48 lines
1.7 KiB
Diff
48 lines
1.7 KiB
Diff
diff -drupN a/drivers/leds/Kconfig b/drivers/leds/Kconfig
|
|
--- a/drivers/leds/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/leds/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -564,6 +564,13 @@ config LEDS_MENF21BMC
|
|
This driver can also be built as a module. If so the module
|
|
will be called leds-menf21bmc.
|
|
|
|
+config LEDS_AW2016
|
|
+ tristate "LED Support for AW2016"
|
|
+ depends on LEDS_CLASS && I2C
|
|
+ help
|
|
+ this option enables support for the AW2016 RGB LED connected
|
|
+ through I2C. Say Y to enable support for the AW2016 LED
|
|
+
|
|
config LEDS_KTD2692
|
|
tristate "LED support for KTD2692 flash LED controller"
|
|
depends on LEDS_CLASS_FLASH && OF
|
|
@@ -604,6 +611,14 @@ config LEDS_IS31FL32XX
|
|
LED controllers. They are I2C devices with multiple constant-current
|
|
channels, each with independent 256-level PWM control.
|
|
|
|
+config LEDS_IS31FL3736
|
|
+ tristate "LED support for ISSI IS31FL3736 I2C LED controller family"
|
|
+ depends on LEDS_CLASS && I2C && OF
|
|
+ help
|
|
+ Say Y here to include support for ISSI IS31FL37XX and Si-En SN37xx
|
|
+ LED controllers. They are I2C devices with multiple constant-current
|
|
+ channels, each with independent 256-level PWM control.
|
|
+
|
|
comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
|
|
|
|
config LEDS_BLINKM
|
|
@@ -659,6 +674,14 @@ config LEDS_MLXCPLD
|
|
This option enabled support for the LEDs on the Mellanox
|
|
boards. Say Y to enabled these.
|
|
|
|
+config LEDS_SUNXI
|
|
+ tristate "LED support for Allwinner platforms"
|
|
+ depends on ARCH_SUNXI
|
|
+ depends on LEDS_CLASS
|
|
+ help
|
|
+ This option enabled support for the LEDs on the Allwinner
|
|
+ platforms. Say Y to enabled these.
|
|
+
|
|
comment "LED Triggers"
|
|
source "drivers/leds/trigger/Kconfig"
|
|
|