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 <Zephyr>/Kconfig:8<Zephyr>/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 <Zephyr>/Kconfig:8<Zephyr>/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 <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI

At <Zephyr>/subsys/usb/Kconfig:6

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