:orphan: .. title:: USB_DEVICE_DISABLE_ZLP_EPIN_HANDLING .. option:: CONFIG_USB_DEVICE_DISABLE_ZLP_EPIN_HANDLING *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Stack should not handle ZLP for Variable-length Data Stage because it is taken over by the hardware. Direct dependencies =================== \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`USB_NRFX ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:26`` Menu path: (Top) → USB device stack .. parsed-literal:: config USB_DEVICE_DISABLE_ZLP_EPIN_HANDLING bool depends on \ :option:`USB_DEVICE_STACK ` help Stack should not handle ZLP for Variable-length Data Stage because it is taken over by the hardware. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*