:orphan: .. title:: USB_DC_STM32_DISCONN_ENABLE .. option:: 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 =================== \ :option:`USB_DC_STM32 ` && \ :option:`USB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOARD_OLIMEXINO_STM32 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/usb/device/Kconfig:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:68`` → ``drivers/usb/Kconfig:11`` Menu path: (Top) → Device Drivers → USB .. parsed-literal:: config USB_DC_STM32_DISCONN_ENABLE bool depends on \ :option:`USB_DC_STM32 ` && \ :option:`USB ` help Say Y if your board uses USB DISCONNECT pin to enable the pull-up resistor on USB DP. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*