--- zzzz-none-000/linux-4.4.271/drivers/leds/trigger/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/leds/trigger/Kconfig 2023-04-19 10:22:29.000000000 +0000 @@ -108,4 +108,31 @@ This enables direct flash/torch on/off by the driver, kernel space. If unsure, say Y. +config LEDS_TRIGGER_MORSE + tristate "LED Morse Trigger" + depends on LEDS_TRIGGERS + +config LEDS_TRIGGER_NETDEV + tristate "LED Netdev Trigger" + depends on NET && LEDS_TRIGGERS + help + This allows LEDs to be controlled by network device activity. + If unsure, say Y. + +config LEDS_TRIGGER_USBDEV + tristate "LED USB device Trigger" + depends on USB && LEDS_TRIGGERS + help + This allows LEDs to be controlled by the presence/activity of + an USB device. If unsure, say N. + +config LEDS_IPQ + tristate "LED Support for IPQ SoC" + depends on LEDS_CLASS + help + This option enables support for the LEDs on IPQ SoCs. + There is support for ESS, WIFI and configurable LEDs. + Supports 2 and 3 wire mode. + Say Y to enable LEDs on IPQ SoCs. + endif # LEDS_TRIGGERS