-
CONFIG_USB_VBUS_GPIO_DEV_NAME
¶
GPIO Device
Type: string
Help¶
The device name of the GPIO device to which the USB_VBUS_EN signal is connected.
Direct dependencies¶
USB_VBUS_GPIO
&& USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default¶
“GPIO_0”
Kconfig definition¶
At subsys/usb/Kconfig:116
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:26
Menu path: (Top) → USB device stack → Control VBUS via GPIO pin
config USB_VBUS_GPIO_DEV_NAME string "GPIO Device" default "GPIO_0" depends onUSB_VBUS_GPIO
&&USB_DEVICE_STACK
help The device name of the GPIO device to which the USB_VBUS_EN signal is connected.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)