:orphan: .. title:: CONFIG_BL654_USB_SERIAL_BACKEND_CDCACM .. kconfig:: CONFIG_BL654_USB_SERIAL_BACKEND_CDCACM CONFIG_BL654_USB_SERIAL_BACKEND_CDCACM ###################################### *Use CDC ACM UART as backend for BL654 USB adapter* Type: ``bool`` Help ==== .. code-block:: none Use CDC ACM UART as backend for console or shell. Direct dependencies =================== \ :kconfig:`BOARD_BL654_USB ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`USB_DEVICE_BLUETOOTH ` Kconfig definition ================== At ``/arm/bl654_usb/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig 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.)*