:orphan: .. title:: CONFIG_TRACING_USB_MPS .. kconfig:: CONFIG_TRACING_USB_MPS CONFIG_TRACING_USB_MPS ###################### *USB backend max packet size* Type: ``int`` Help ==== .. code-block:: none USB tracing backend max packet size(endpoint MPS). Direct dependencies =================== \ :kconfig:`TRACING_BACKEND_USB ` && \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/tracing/Kconfig:183`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig config TRACING_USB_MPS int "USB backend max packet size" default 64 depends on TRACING_BACKEND_USB && TRACING help USB tracing backend max packet size(endpoint MPS). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*