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

CONFIG_USB_CDC_ACM

USB CDC ACM Class support

Type: bool

Help

USB CDC ACM class support.

Direct dependencies

BOARD_BL654_USB || (SERIAL && USB_DEVICE_STACK)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At boards/arm/bl654_usb/Kconfig.defconfig:26

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config USB_CDC_ACM
    bool
    default n if USB_DEVICE_BLUETOOTH
    depends on BOARD_BL654_USB

At subsys/usb/class/Kconfig.cdc:8

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:49subsys/usb/Kconfig:161subsys/usb/class/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB CDC ACM Class support

config USB_CDC_ACM
    bool "USB CDC ACM Class support"
    default n
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    select RING_BUFFER
    select UART_INTERRUPT_DRIVEN
    depends on SERIAL && USB_DEVICE_STACK
    help
      USB CDC ACM class support.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)