:orphan: .. title:: CONFIG_USB_DC_STM32 .. kconfig:: CONFIG_USB_DC_STM32 CONFIG_USB_DC_STM32 ################### *USB device controller driver for STM32 devices* Type: ``bool`` Help ==== .. code-block:: none Enable USB support on the STM32 F0, F1, F2, F3, F4, F7, L0, L4, G4, U5 family of processors. Direct dependencies =================== (\ :kconfig:`USB_DEVICE_DRIVER ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`USB_DEVICE_DRIVER `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_USB ` - \ :kconfig:`USE_STM32_HAL_PCD ` - \ :kconfig:`USE_STM32_HAL_PCD_EX ` Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config USB_DC_STM32 bool default y depends on USB_DEVICE_DRIVER && SOC_FAMILY_STM32 ---- At ``/usb/device/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers → Enable USB device controller drivers .. code-block:: kconfig config USB_DC_STM32 bool "USB device controller driver for STM32 devices" select USE_STM32_LL_USB select USE_STM32_HAL_PCD select USE_STM32_HAL_PCD_EX depends on SOC_FAMILY_STM32 && USB_DEVICE_DRIVER help Enable USB support on the STM32 F0, F1, F2, F3, F4, F7, L0, L4, G4, U5 family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*