-
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_DEVICE_STACK
&& BOARD_ARDUINO_101
) || (USB_DEVICE_STACK
&& BOARD_QUARK_SE_C1000_DEVBOARD
) || (USB
&& BOARD_TINYTILE
) || (USB_VBUS_GPIO
&& USB_DEVICE_STACK
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “GPIO_0” if
USB_DEVICE_STACK
&&BOARD_ARDUINO_101
- “GPIO_0” if
USB_DEVICE_STACK
&&BOARD_QUARK_SE_C1000_DEVBOARD
- “GPIO_0” if
USB
&&BOARD_TINYTILE
- “GPIO_0” if
USB_VBUS_GPIO
&&USB_DEVICE_STACK
Kconfig definitions¶
At boards/x86/arduino_101/Kconfig.defconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config USB_VBUS_GPIO_DEV_NAME string default "GPIO_0" ifUSB_DEVICE_STACK
&&BOARD_ARDUINO_101
depends onUSB_DEVICE_STACK
&&BOARD_ARDUINO_101
At boards/x86/quark_se_c1000_devboard/Kconfig.defconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config USB_VBUS_GPIO_DEV_NAME string default "GPIO_0" ifUSB_DEVICE_STACK
&&BOARD_QUARK_SE_C1000_DEVBOARD
depends onUSB_DEVICE_STACK
&&BOARD_QUARK_SE_C1000_DEVBOARD
At boards/x86/tinytile/Kconfig.defconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config USB_VBUS_GPIO_DEV_NAME string default "GPIO_0" ifUSB
&&BOARD_TINYTILE
depends onUSB
&&BOARD_TINYTILE
At subsys/usb/Kconfig:86
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:28
Menu path: (top menu) → USB device stack → Control VBUS via GPIO pin
config USB_VBUS_GPIO_DEV_NAME string prompt "GPIO Device" ifUSB_VBUS_GPIO
&&USB_DEVICE_STACK
default "GPIO_0" ifUSB_VBUS_GPIO
&&USB_DEVICE_STACK
depends onUSB_VBUS_GPIO
&&USB_DEVICE_STACK
help The device name of the GPIO device to which the USB_VBUS_EN signal is connected.
(Definitions include propagated dependencies, including from if’s and menus.)