Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) | Kconfig (e3ee0e740c3887d2293e8d54a8707218d70d86ca) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3config USB_COMMON 4 tristate 5 6 7config USB_LED_TRIG 8 bool "USB LED Triggers" --- 26 unchanged lines hidden (view full) --- 35 36 To compile this driver as a module, choose M here: the module will 37 be called ulpi. 38 39config USB_CONN_GPIO 40 tristate "USB GPIO Based Connection Detection Driver" 41 depends on GPIOLIB 42 select USB_ROLE_SWITCH | 1# SPDX-License-Identifier: GPL-2.0 2 3config USB_COMMON 4 tristate 5 6 7config USB_LED_TRIG 8 bool "USB LED Triggers" --- 26 unchanged lines hidden (view full) --- 35 36 To compile this driver as a module, choose M here: the module will 37 be called ulpi. 38 39config USB_CONN_GPIO 40 tristate "USB GPIO Based Connection Detection Driver" 41 depends on GPIOLIB 42 select USB_ROLE_SWITCH |
43 select POWER_SUPPLY |
|
43 help 44 The driver supports USB role switch between host and device via GPIO 45 based USB cable detection, used typically if an input GPIO is used 46 to detect USB ID pin, and another input GPIO may be also used to detect 47 Vbus pin at the same time, it also can be used to enable/disable 48 device if an input GPIO is only used to detect Vbus pin. 49 50 To compile the driver as a module, choose M here: the module will 51 be called usb-conn-gpio.ko | 44 help 45 The driver supports USB role switch between host and device via GPIO 46 based USB cable detection, used typically if an input GPIO is used 47 to detect USB ID pin, and another input GPIO may be also used to detect 48 Vbus pin at the same time, it also can be used to enable/disable 49 device if an input GPIO is only used to detect Vbus pin. 50 51 To compile the driver as a module, choose M here: the module will 52 be called usb-conn-gpio.ko |