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

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 boards/arm/nucleo_f412zg/Kconfig.defconfig:13

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F412ZG

At boards/arm/nucleo_f413zh/Kconfig.defconfig:13

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F413ZH

At boards/arm/nucleo_l4r5zi/Kconfig.defconfig:17

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI

At subsys/usb/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)