The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_USB_DC_STM32_DISCONN_ENABLE

(No prompt – not directly user assignable.)

Type: bool

Help

Say Y if your board uses USB DISCONNECT pin to enable the pull-up resistor on USB DP.

Direct dependencies

USB_DC_STM32 && USB

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/usb/device/Kconfig:88

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:68drivers/usb/Kconfig:14

Menu path: (top menu) → Device Drivers → USB

config USB_DC_STM32_DISCONN_ENABLE
    bool
    depends on USB_DC_STM32 && USB
    help
      Say Y if your board uses USB DISCONNECT pin to enable the
      pull-up resistor on USB DP.

(Definitions include propagated dependencies, including from if’s and menus.)