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

USB device stack

Type: bool

Help

Enable USB device stack.

Defaults

  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y
  • y

Kconfig definitions

At boards/arm/bl654_dvk/Kconfig.defconfig:48

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_BL654_DVK

At boards/arm/nrf52840_blip/Kconfig.defconfig:24

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_NRF52840_BLIP

At boards/arm/nrf52840_mdk/Kconfig.defconfig:31

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_NRF52840_MDK

At boards/arm/nrf52840_papyr/Kconfig.defconfig:24

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_NRF52840_PAPYR

At boards/arm/nrf52840_pca10056/Kconfig.defconfig:48

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_NRF52840_PCA10056

At boards/arm/nrf52840_pca10059/Kconfig.defconfig:56

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_NRF52840_PCA10059

At boards/arm/nucleo_f412zg/Kconfig.defconfig:46

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F412ZG

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

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F413ZH

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

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI

At boards/arm/particle_argon/Kconfig.defconfig:38

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_PARTICLE_ARGON

At boards/arm/particle_boron/Kconfig.defconfig:38

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_PARTICLE_BORON

At boards/arm/particle_xenon/Kconfig.defconfig:39

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_PARTICLE_XENON

At boards/arm/reel_board/Kconfig.defconfig:65

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_REEL_BOARD

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:83

Included via Kconfig:10Kconfig.zephyr:26

Menu path: (Top)

config USB_DEVICE_STACK
    bool
    default y
    depends on USB && BOARD_INTEL_S1000_CRB

At subsys/usb/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:44subsys/Kconfig:28

Menu path: (Top)

menuconfig USB_DEVICE_STACK
    bool "USB device stack"
    depends on USB_DEVICE_DRIVER || ARCH_POSIX
    help
      Enable USB device stack.

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