--- zzzz-none-000/linux-3.10.107/drivers/leds/trigger/Kconfig 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/leds/trigger/Kconfig 2021-02-04 17:41:59.000000000 +0000 @@ -72,7 +72,7 @@ config LEDS_TRIGGER_GPIO tristate "LED GPIO Trigger" depends on LEDS_TRIGGERS - depends on GPIOLIB + depends on GPIOLIB || COMPILE_TEST help This allows LEDs to be controlled by gpio events. It's good when using gpios as switches and triggering the needed LEDs @@ -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