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

CDC ACM class device driver port name

Type: string

Help

Port name through which CDC ACM class device driver is accessed

Direct dependencies

CDC_ACM_PORT_1 && USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK

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

Defaults

Kconfig definition

At subsys/usb/class/Kconfig:38

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

Menu path: (top menu) → USB device stack

config CDC_ACM_PORT_NAME_1
    string
    prompt "CDC ACM class device driver port name" if CDC_ACM_PORT_1 && USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK
    default "CDC_ACM_1" if CDC_ACM_PORT_1 && USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK
    depends on CDC_ACM_PORT_1 && USB_COMPOSITE_DEVICE && USB_CDC_ACM && USB_DEVICE_STACK
    help
      Port name through which CDC ACM class device driver is accessed

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