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

USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/usb/Kconfig:90

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:40

Menu path: (Top) → Sub Systems and OS Services → USB Device Support

config USB_DEVICE_DISABLE_ZLP_EPIN_HANDLING
    bool
    depends on 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.)