--- zzzz-none-000/linux-4.4.60/drivers/leds/trigger/Kconfig 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/leds/trigger/Kconfig 2021-02-04 17:41:59.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