Skip to content

Commit

Permalink
Revert "modules: hal_nxp: usb: enable sof notifications"
Browse files Browse the repository at this point in the history
This reverts commit 2b91d62.

Signed-off-by: Mahesh Mahadevan <[email protected]>
  • Loading branch information
mmahadevan108 authored and carlescufi committed Jan 12, 2024
1 parent 5bda339 commit 0a26da9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/hal_nxp/usb/usb_device_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,4 @@ BUILD_ASSERT(NUM_INSTS <= 1, "Only one USB device supported");
/* Number of endpoints supported */
#define USB_DEVICE_CONFIG_ENDPOINTS (DT_INST_PROP(0, num_bidir_endpoints))

/* Start of Frame (SOF) Notifications are required by the zephyr usb audio driver */
#ifdef CONFIG_USB_DEVICE_AUDIO
#define USB_DEVICE_CONFIG_SOF_NOTIFICATIONS (1U)
#endif /* CONFIG_USB_DEVICE_AUDIO */

#endif /* __USB_DEVICE_CONFIG_H__ */

0 comments on commit 0a26da9

Please sign in to comment.