The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_USB_DC_STM32

USB device controller driver for STM32 devices

Type: bool

Help

Enable USB support on the STM32 F0, F1, F2, F3, F4, F7, L0, L4 and G4 family of processors.

Direct dependencies

(USB && BOARD_MIKROE_MINI_M4_FOR_STM32) || (USB && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && USB)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At boards/arm/mikroe_mini_m4_for_stm32/Kconfig.defconfig:47

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config USB_DC_STM32
    bool
    default y
    depends on USB && BOARD_MIKROE_MINI_M4_FOR_STM32

At soc/arm/st_stm32/common/Kconfig.defconfig.series:85

Included via Kconfig:8Kconfig.zephyr:25soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config USB_DC_STM32
    bool
    default y
    depends on USB && SOC_FAMILY_STM32

At drivers/usb/device/Kconfig:29

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:60drivers/usb/Kconfig:11

Menu path: (Top) → Device Drivers → USB

config USB_DC_STM32
    bool "USB device controller driver for STM32 devices"
    select USB_DEVICE_DRIVER
    select USE_STM32_LL_USB if !SOC_SERIES_STM32F0X && !SOC_SERIES_STM32F3X && !SOC_SERIES_STM32L0X
    select USE_STM32_HAL_PCD
    select USE_STM32_HAL_PCD_EX
    depends on SOC_FAMILY_STM32 && USB
    help
      Enable USB support on the STM32 F0, F1, F2, F3, F4, F7, L0, L4 and G4 family of
      processors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)