CONFIG_BL654_USB_SERIAL_BACKEND_CDCACM

Use CDC ACM UART as backend for BL654 USB adapter

Type: bool

Help

Use CDC ACM UART as backend for console or shell.

Direct dependencies

BOARD_BL654_USB

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Boards>/arm/bl654_usb/Kconfig.defconfig:29

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config BL654_USB_SERIAL_BACKEND_CDCACM
    bool "Use CDC ACM UART as backend for BL654 USB adapter"
    default y if !USB_DEVICE_BLUETOOTH
    depends on BOARD_BL654_USB
    help
      Use CDC ACM UART as backend for console or shell.

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