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