The latest development version of this page may be more current than this released 1.14.1 version.
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

Kconfig definitions

At boards/x86/arduino_101/Kconfig.defconfig:58

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_VBUS_GPIO_DEV_NAME
    string
    default "GPIO_0" if USB_DEVICE_STACK && BOARD_ARDUINO_101
    depends on USB_DEVICE_STACK && BOARD_ARDUINO_101

At boards/x86/quark_se_c1000_devboard/Kconfig.defconfig:30

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_VBUS_GPIO_DEV_NAME
    string
    default "GPIO_0" if USB_DEVICE_STACK && BOARD_QUARK_SE_C1000_DEVBOARD
    depends on USB_DEVICE_STACK && BOARD_QUARK_SE_C1000_DEVBOARD

At boards/x86/tinytile/Kconfig.defconfig:25

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_VBUS_GPIO_DEV_NAME
    string
    default "GPIO_0" if USB && BOARD_TINYTILE
    depends on USB && BOARD_TINYTILE

At subsys/usb/Kconfig:86

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28

Menu path: (top menu) → USB device stack → Control VBUS via GPIO pin

config USB_VBUS_GPIO_DEV_NAME
    string
    prompt "GPIO Device" if USB_VBUS_GPIO && USB_DEVICE_STACK
    default "GPIO_0" if USB_VBUS_GPIO && USB_DEVICE_STACK
    depends on USB_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.)