:orphan: .. title:: CONFIG_USB_CDC_ACM .. kconfig:: CONFIG_USB_CDC_ACM CONFIG_USB_CDC_ACM ################## *USB CDC ACM Class support* Type: ``bool`` Help ==== .. code-block:: none USB CDC ACM class support. Direct dependencies =================== \ :kconfig:`BOARD_BL654_USB ` || (\ :kconfig:`SERIAL ` && \ :kconfig:`USB_DEVICE_STACK `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n if \ :kconfig:`USB_DEVICE_BLUETOOTH ` - n Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` - \ :kconfig:`RING_BUFFER ` - \ :kconfig:`UART_INTERRUPT_DRIVEN ` Kconfig definitions =================== At ``/arm/bl654_usb/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_CDC_ACM bool default n if USB_DEVICE_BLUETOOTH depends on BOARD_BL654_USB ---- At ``/usb/class/Kconfig.cdc:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:161`` → ``/usb/class/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB CDC ACM Class support .. code-block:: kconfig 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.)*