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

Enable USB Binary Device Object Store (BOS)

Type: bool

Direct dependencies

USB_DEVICE_STACK

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/usb/Kconfig:72

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

Menu path: (top menu) → USB device stack

config USB_DEVICE_BOS
    bool
    prompt "Enable USB Binary Device Object Store (BOS)" if USB_DEVICE_STACK
    depends on USB_DEVICE_STACK

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