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

USB device stack

Type: bool

Help

Enable USB device stack.

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_BL654_DVK
    depends on USB && BOARD_BL654_DVK

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_NRF52840_BLIP
    depends on USB && BOARD_NRF52840_BLIP

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_NRF52840_MDK
    depends on USB && BOARD_NRF52840_MDK

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_NRF52840_PAPYR
    depends on USB && BOARD_NRF52840_PAPYR

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_NRF52840_PCA10056
    depends on USB && BOARD_NRF52840_PCA10056

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_NRF52840_PCA10059
    depends on USB && BOARD_NRF52840_PCA10059

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if NETWORKING && BOARD_NUCLEO_F412ZG
    depends on NETWORKING && BOARD_NUCLEO_F412ZG

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if NETWORKING && BOARD_NUCLEO_F413ZH
    depends on NETWORKING && BOARD_NUCLEO_F413ZH

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if NETWORKING && BOARD_NUCLEO_L4R5ZI
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_PARTICLE_ARGON
    depends on USB && BOARD_PARTICLE_ARGON

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_PARTICLE_BORON
    depends on USB && BOARD_PARTICLE_BORON

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_PARTICLE_XENON
    depends on USB && BOARD_PARTICLE_XENON

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_REEL_BOARD
    depends on USB && BOARD_REEL_BOARD

At boards/x86/tinytile/Kconfig.defconfig:19

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_TINYTILE
    depends on USB && BOARD_TINYTILE

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DEVICE_STACK
    bool
    default "y" if USB && BOARD_INTEL_S1000_CRB
    depends on USB && BOARD_INTEL_S1000_CRB

At subsys/usb/Kconfig:9

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

Menu path: (top menu)

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

(Definitions include propagated dependencies, including from if’s and menus.)