Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (4d1aa9112c8e6995ef2c8a76972c9671332ccfea) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3config USB_COMMON 4 tristate 5 6 7config USB_LED_TRIG 8 bool "USB LED Triggers" | 1# SPDX-License-Identifier: GPL-2.0 2 3config USB_COMMON 4 tristate 5 6 7config USB_LED_TRIG 8 bool "USB LED Triggers" |
9 depends on LEDS_CLASS && LEDS_TRIGGERS 10 select USB_COMMON | 9 depends on LEDS_CLASS && USB_COMMON && LEDS_TRIGGERS |
11 help 12 This option adds LED triggers for USB host and/or gadget activity. 13 14 Say Y here if you are working on a system with led-class supported 15 LEDs and you want to use them as activity indicators for USB host or 16 gadget. 17 18config USB_ULPI_BUS --- 34 unchanged lines hidden --- | 10 help 11 This option adds LED triggers for USB host and/or gadget activity. 12 13 Say Y here if you are working on a system with led-class supported 14 LEDs and you want to use them as activity indicators for USB host or 15 gadget. 16 17config USB_ULPI_BUS --- 34 unchanged lines hidden --- |