:orphan: .. title:: USB_DC_STM32 .. option:: 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 =================== (\ :option:`USB ` && \ :option:`BOARD_MIKROE_MINI_M4_FOR_STM32 `) || (\ :option:`USB ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`USB `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`USB_DEVICE_DRIVER ` - \ :option:`USE_STM32_LL_USB ` - \ :option:`USE_STM32_HAL_PCD ` - \ :option:`USE_STM32_HAL_PCD_EX ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mikroe_mini_m4_for_stm32/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DC_STM32 bool default y depends on \ :option:`USB ` && \ :option:`BOARD_MIKROE_MINI_M4_FOR_STM32 ` ---- At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config USB_DC_STM32 bool default y depends on \ :option:`USB ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/usb/device/Kconfig:23`` 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 bool "USB device controller driver for STM32 devices" select \ :option:`USB_DEVICE_DRIVER ` select \ :option:`USE_STM32_LL_USB ` select \ :option:`USE_STM32_HAL_PCD ` select \ :option:`USE_STM32_HAL_PCD_EX ` depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`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.)*