The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CDC_ACM_INTERRUPT_EP_MPS

(No prompt – not directly user assignable.)

Type: int

Help

CDC ACM class interrupt IN endpoint size

Direct dependencies

USB_CDC_ACM && USB_DEVICE_STACK

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/usb/class/Kconfig:47

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102

Menu path: (top menu) → USB device stack

config CDC_ACM_INTERRUPT_EP_MPS
    int
    default 16 if USB_CDC_ACM && USB_DEVICE_STACK
    depends on USB_CDC_ACM && USB_DEVICE_STACK
    help
      CDC ACM class interrupt IN endpoint size

(Definitions include propagated dependencies, including from if’s and menus.)