The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CDC_ACM_PORT_1

Enable virtual port 1

Type: bool

Help

Enable CDC ACM Virtual port 1

Direct dependencies

USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/usb/class/Kconfig:33

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

Menu path: (top menu) → USB device stack

config CDC_ACM_PORT_1
    bool
    prompt "Enable virtual port 1" if USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK
    depends on USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK
    help
      Enable CDC ACM Virtual port 1

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