-
CONFIG_USB_DEVICE_STACK
¶
USB device stack
Type: bool
Help¶
Enable USB device stack.
Direct dependencies¶
(USB
&& BOARD_BL654_DVK
) || (USB
&& BOARD_DEGU_EVK
) || (USB
&& BOARD_NRF52833_PCA10100
) || (USB
&& BOARD_NRF52840_BLIP
) || (USB
&& BOARD_NRF52840_MDK
) || (USB
&& BOARD_NRF52840_PAPYR
) || (USB
&& BOARD_NRF52840_PCA10056
) || (USB
&& BOARD_NRF52840_PCA10059
) || (NETWORKING
&& BOARD_NUCLEO_F412ZG
) || (NETWORKING
&& BOARD_NUCLEO_F413ZH
) || (NETWORKING
&& BOARD_NUCLEO_L4R5ZI
) || (USB
&& BOARD_PARTICLE_ARGON
) || (USB
&& BOARD_PARTICLE_BORON
) || (USB
&& BOARD_PARTICLE_XENON
) || (USB
&& (BOARD_REEL_BOARD
|| BOARD_REEL_BOARD_V2
)) || (USB
&& BOARD_INTEL_S1000_CRB
) || USB_DEVICE_DRIVER
|| ARCH_POSIX
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
y
y
y
y
y
y
y
y
y
y
y
Kconfig definitions¶
At boards/arm/bl654_dvk/Kconfig.defconfig:47
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_BL654_DVK
At boards/arm/degu_evk/Kconfig.defconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_DEGU_EVK
At boards/arm/nrf52833_pca10100/Kconfig.defconfig:47
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_NRF52833_PCA10100
At boards/arm/nrf52840_blip/Kconfig.defconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_NRF52840_BLIP
At boards/arm/nrf52840_mdk/Kconfig.defconfig:30
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_NRF52840_MDK
At boards/arm/nrf52840_papyr/Kconfig.defconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_NRF52840_PAPYR
At boards/arm/nrf52840_pca10056/Kconfig.defconfig:50
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_NRF52840_PCA10056
At boards/arm/nrf52840_pca10059/Kconfig.defconfig:56
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_NRF52840_PCA10059
At boards/arm/nucleo_f412zg/Kconfig.defconfig:44
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onNETWORKING
&&BOARD_NUCLEO_F412ZG
At boards/arm/nucleo_f413zh/Kconfig.defconfig:45
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onNETWORKING
&&BOARD_NUCLEO_F413ZH
At boards/arm/nucleo_l4r5zi/Kconfig.defconfig:56
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onNETWORKING
&&BOARD_NUCLEO_L4R5ZI
At boards/arm/particle_argon/Kconfig.defconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_PARTICLE_ARGON
At boards/arm/particle_boron/Kconfig.defconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_PARTICLE_BORON
At boards/arm/particle_xenon/Kconfig.defconfig:38
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_PARTICLE_XENON
At boards/arm/reel_board/Kconfig.defconfig:68
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&& (BOARD_REEL_BOARD
||BOARD_REEL_BOARD_V2
)
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:80
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_STACK bool default y depends onUSB
&&BOARD_INTEL_S1000_CRB
At subsys/usb/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:26
Menu path: (Top)
menuconfig USB_DEVICE_STACK bool "USB device stack" depends onUSB_DEVICE_DRIVER
||ARCH_POSIX
help Enable USB device stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)