CONFIG_USB_DEVICE_STACK¶
USB Device Support
Type: bool
Help¶
Enable USB device stack.
Defaults¶
- y 
- y 
- y 
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr Boards>/arm/nucleo_f412zg/Kconfig.defconfig:13
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F412ZG
At <Zephyr Boards>/arm/nucleo_f413zh/Kconfig.defconfig:13
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F413ZH
At <Zephyr Boards>/arm/nucleo_l4r5zi/Kconfig.defconfig:17
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI
At <Zephyr Subsystem>/usb/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:49
Menu path: (Top) → Sub Systems and OS Services
menuconfig USB_DEVICE_STACK
    bool "USB Device Support"
    select USB_DEVICE_DRIVER
    select HWINFO
    help
      Enable USB device stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)