--- zzzz-none-000/linux-4.4.271/drivers/leds/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/leds/Kconfig 2023-04-19 10:22:29.000000000 +0000 @@ -203,6 +203,15 @@ To use a pin as gpio pca9532_type in pca9532_platform data needs to set to PCA9532_TYPE_GPIO. +config LEDS_PCA9956B + tristate "LED support for PCA9956B I2C chip" + depends on LEDS_CLASS + depends on I2C + help + This option enables support for LEDs connected to the PCA9956B + LED driver chip accessed via the I2C bus. Supported + devices include PCA9956B + config LEDS_GPIO tristate "LED Support for GPIO connected LEDs" depends on LEDS_CLASS @@ -568,6 +577,13 @@ comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)" +config LEDS_NU801 + tristate "LED driver for NU801 RGB LED" + depends on LEDS_CLASS && ATH79_MACH_MR18 + help + This option enables support for NU801 RGB LED driver chips + accessed via GPIO. + config LEDS_BLINKM tristate "LED support for the BlinkM I2C RGB LED" depends on LEDS_CLASS @@ -605,6 +621,17 @@ This option enabled support for the LEDs on the ARM Versatile and RealView boards. Say Y to enabled these. +config LEDS_WNDR3700_USB + tristate "NETGEAR WNDR3700 USB LED driver" + depends on LEDS_CLASS && ATH79_MACH_WNDR3700 + help + This option enables support for the USB LED found on the + NETGEAR WNDR3700 board. + +config LEDS_RB750 + tristate "LED driver for the Mikrotik RouterBOARD 750" + depends on LEDS_CLASS && ATH79_MACH_RB750 + comment "LED Triggers" source "drivers/leds/trigger/Kconfig"