:orphan: .. title:: CONFIG_USB_DEVICE_SOF .. kconfig:: CONFIG_USB_DEVICE_SOF CONFIG_USB_DEVICE_SOF ##################### *Enable Start of Frame processing in events* Type: ``bool`` Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`USB_DEVICE_AUDIO ` && \ :kconfig:`NRFX_USBD ` Kconfig definition ================== At ``/usb/Kconfig:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig config USB_DEVICE_SOF bool "Enable Start of Frame processing in events" default y if USB_DEVICE_AUDIO && NRFX_USBD depends on USB_DEVICE_STACK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*