:orphan: .. title:: CDC_ACM_PORT_1 .. option:: CONFIG_CDC_ACM_PORT_1 *Enable virtual port 1* Type: ``bool`` Help ==== Enable CDC ACM Virtual port 1 Direct dependencies =================== \ :option:`USB_COMPOSITE_DEVICE ` && \ :option:`USB_CDC_ACM ` && \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/class/Kconfig:33`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:28`` → ``subsys/usb/Kconfig:102`` Menu path: (top menu) → USB device stack → USB CDC ACM Device Class Driver .. parsed-literal:: config CDC_ACM_PORT_1 bool prompt "Enable virtual port 1" if \ :option:`USB_COMPOSITE_DEVICE ` && \ :option:`USB_CDC_ACM ` && \ :option:`USB_DEVICE_STACK ` depends on \ :option:`USB_COMPOSITE_DEVICE ` && \ :option:`USB_CDC_ACM ` && \ :option:`USB_DEVICE_STACK ` help Enable CDC ACM Virtual port 1 *(Definitions include propagated dependencies, including from if's and menus.)*