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