:orphan: .. title:: CONFIG_USB_DEVICE_STACK .. kconfig:: CONFIG_USB_DEVICE_STACK CONFIG_USB_DEVICE_STACK ####################### *USB Device Support* Type: ``bool`` Help ==== .. code-block:: none Enable USB device stack. Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`USB_DEVICE_DRIVER ` - \ :kconfig:`HWINFO ` Symbols that select this symbol =============================== - \ :kconfig:`BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE ` Kconfig definitions =================== At ``/arm/nucleo_f412zg/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DEVICE_STACK bool default y depends on NETWORKING && BOARD_NUCLEO_F412ZG ---- At ``/arm/nucleo_f413zh/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DEVICE_STACK bool default y depends on NETWORKING && BOARD_NUCLEO_F413ZH ---- At ``/arm/nucleo_l4r5zi/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DEVICE_STACK bool default y depends on NETWORKING && BOARD_NUCLEO_L4R5ZI ---- At ``/usb/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig menuconfig USB_DEVICE_STACK bool "USB Device Support" select USB_DEVICE_DRIVER select HWINFO help Enable USB device stack. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*