-
CONFIG_USB_DEVICE_STACK
¶
USB Device Support
Type: bool
Help¶
Enable USB device stack.
Direct dependencies¶
(USB
&& BOARD_ADAFRUIT_FEATHER_NRF52840
) || (USB
&& BOARD_ARDUINO_NANO_33_BLE
) || ((BOARD_BL5340_DVK_CPUAPP
|| BOARD_BL5340_DVK_CPUAPPNS
) && USB
&& (BOARD_BL5340_DVK_CPUAPP
|| BOARD_BL5340_DVK_CPUAPPNS
)) || (USB
&& BOARD_BL653_DVK
) || (USB
&& BOARD_BL654_DVK
) || (USB
&& BOARD_BMD_345_EVAL
) || (USB
&& BOARD_CONTEXTELEC_ABC
) || (USB
&& BOARD_DEGU_EVK
) || (USB
&& BOARD_NRF21540DK_NRF52840
) || (USB
&& BOARD_NRF52833DK_NRF52820
) || (USB
&& BOARD_NRF52833DK_NRF52833
) || (USB
&& BOARD_NRF52840_BLIP
) || (USB
&& BOARD_NRF52840_MDK
) || (USB
&& BOARD_NRF52840_PAPYR
) || (USB
&& BOARD_NRF52840DK_NRF52840
) || (USB
&& BOARD_NRF52840DONGLE_NRF52840
) || ((BOARD_NRF5340DK_NRF5340_CPUAPP
|| BOARD_NRF5340DK_NRF5340_CPUAPPNS
) && USB
&& (BOARD_NRF5340DK_NRF5340_CPUAPP
|| BOARD_NRF5340DK_NRF5340_CPUAPPNS
)) || (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_PINNACLE_100_DVK
) || (USB
&& BOARD_RAK4631_NRF52840
) || (USB
&& BOARD_RAK5010_NRF52840
) || (USB
&& (BOARD_REEL_BOARD
|| BOARD_REEL_BOARD_V2
)) || (!TRUSTED_EXECUTION_SECURE
&& (BOARD_THINGY53_NRF5340_CPUAPP
|| BOARD_THINGY53_NRF5340_CPUAPPNS
)) || (USB
&& BOARD_UBX_BMD340EVAL_NRF52840
) || (USB
&& BOARD_UBX_BMD380EVAL_NRF52840
) || (USB
&& BOARD_UBX_EVKNINAB3_NRF52840
) || (USB
&& BOARD_UBX_EVKNINAB4_NRF52833
) || (USB
&& BOARD_INTEL_S1000_CRB
) || USB_DEVICE_DRIVER
|| ARCH_POSIX
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr>/boards/arm/adafruit_feather_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_ADAFRUIT_FEATHER_NRF52840
At <Zephyr>/boards/arm/arduino_nano_33_ble/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_ARDUINO_NANO_33_BLE
At <Zephyr>/boards/arm/bl5340_dvk/Kconfig.defconfig:95
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPPNS) && USB && (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPPNS)
At <Zephyr>/boards/arm/bl653_dvk/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_BL653_DVK
At <Zephyr>/boards/arm/bl654_dvk/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_BL654_DVK
At <Zephyr>/boards/arm/bmd_345_eval/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_BMD_345_EVAL
At <Zephyr>/boards/arm/contextualelectronics_abc/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_CONTEXTELEC_ABC
At <Zephyr>/boards/arm/degu_evk/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_DEGU_EVK
At <Zephyr>/boards/arm/nrf21540dk_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF21540DK_NRF52840
At <Zephyr>/boards/arm/nrf52833dk_nrf52820/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52833DK_NRF52820
At <Zephyr>/boards/arm/nrf52833dk_nrf52833/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52833DK_NRF52833
At <Zephyr>/boards/arm/nrf52840_blip/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52840_BLIP
At <Zephyr>/boards/arm/nrf52840_mdk/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52840_MDK
At <Zephyr>/boards/arm/nrf52840_papyr/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52840_PAPYR
At <Zephyr>/boards/arm/nrf52840dk_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52840DK_NRF52840
At <Zephyr>/boards/arm/nrf52840dongle_nrf52840/Kconfig.defconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_NRF52840DONGLE_NRF52840
At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on (BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPPNS) && USB && (BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPPNS)
At <Zephyr>/boards/arm/nucleo_f412zg/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on NETWORKING && BOARD_NUCLEO_F412ZG
At <Zephyr>/boards/arm/nucleo_f413zh/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on NETWORKING && BOARD_NUCLEO_F413ZH
At <Zephyr>/boards/arm/nucleo_l4r5zi/Kconfig.defconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on NETWORKING && BOARD_NUCLEO_L4R5ZI
At <Zephyr>/boards/arm/particle_argon/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_PARTICLE_ARGON
At <Zephyr>/boards/arm/particle_boron/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_PARTICLE_BORON
At <Zephyr>/boards/arm/particle_xenon/Kconfig.defconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_PARTICLE_XENON
At <Zephyr>/boards/arm/pinnacle_100_dvk/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_PINNACLE_100_DVK
At <Zephyr>/boards/arm/rak4631_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_RAK4631_NRF52840
At <Zephyr>/boards/arm/rak5010_nrf52840/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_RAK5010_NRF52840
At <Zephyr>/boards/arm/reel_board/Kconfig.defconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && (BOARD_REEL_BOARD || BOARD_REEL_BOARD_V2)
At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig.defconfig:74
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default USB
depends on !TRUSTED_EXECUTION_SECURE && (BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPPNS)
At <Zephyr>/boards/arm/ubx_bmd340eval_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_UBX_BMD340EVAL_NRF52840
At <Zephyr>/boards/arm/ubx_bmd380eval_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_UBX_BMD380EVAL_NRF52840
At <Zephyr>/boards/arm/ubx_evkninab3_nrf52840/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_UBX_EVKNINAB3_NRF52840
At <Zephyr>/boards/arm/ubx_evkninab4_nrf52833/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_UBX_EVKNINAB4_NRF52833
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_STACK
bool
default y
depends on USB && BOARD_INTEL_S1000_CRB
At <Zephyr>/subsys/usb/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:49
Menu path: (Top) → Sub Systems and OS Services
menuconfig USB_DEVICE_STACK
bool "USB Device Support"
select HWINFO
depends on USB_DEVICE_DRIVER || ARCH_POSIX
help
Enable USB device stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)