-
CONFIG_USB_DEVICE_STACK
¶
USB device stack
Type: bool
Help¶
Enable USB device stack.
Direct dependencies¶
(USB
&& BOARD_NRF52840_PCA10056
) || (USB
&& BOARD_NRF52840_PCA10059
) || (NETWORKING
&& BOARD_NUCLEO_F412ZG
) || (USB
&& BOARD_REEL_BOARD
) || (USB
&& BOARD_TINYTILE
) || USB_DEVICE_DRIVER
|| ARCH_POSIX
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
USB
&&BOARD_NRF52840_PCA10056
- “y” if
USB
&&BOARD_NRF52840_PCA10059
- “y” if
NETWORKING
&&BOARD_NUCLEO_F412ZG
- “y” if
USB
&&BOARD_REEL_BOARD
- “y” if
USB
&&BOARD_TINYTILE
Kconfig definitions¶
At boards/arm/nrf52840_pca10056/Kconfig.defconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USB_DEVICE_STACK bool default "y" ifUSB
&&BOARD_NRF52840_PCA10056
depends onUSB
&&BOARD_NRF52840_PCA10056
At boards/arm/nrf52840_pca10059/Kconfig.defconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USB_DEVICE_STACK bool default "y" ifUSB
&&BOARD_NRF52840_PCA10059
depends onUSB
&&BOARD_NRF52840_PCA10059
At boards/arm/nucleo_f412zg/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USB_DEVICE_STACK bool default "y" ifNETWORKING
&&BOARD_NUCLEO_F412ZG
depends onNETWORKING
&&BOARD_NUCLEO_F412ZG
At boards/arm/reel_board/Kconfig.defconfig:110
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USB_DEVICE_STACK bool default "y" ifUSB
&&BOARD_REEL_BOARD
depends onUSB
&&BOARD_REEL_BOARD
At boards/x86/tinytile/Kconfig.defconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USB_DEVICE_STACK bool default "y" ifUSB
&&BOARD_TINYTILE
depends onUSB
&&BOARD_TINYTILE
At subsys/usb/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:26
Menu path: (top menu)
menuconfig USB_DEVICE_STACK bool prompt "USB device stack" ifUSB_DEVICE_DRIVER
||ARCH_POSIX
depends onUSB_DEVICE_DRIVER
||ARCH_POSIX
help Enable USB device stack.
(Definitions include propagated dependencies, including from if’s and menus.)