CONFIG_USB_UART_CONSOLE

Use USB port for console outputs

Type: bool

Help

Enable this option to use the USB CDC ACM class for console.
As for the console driver, this option only changes the initialization
level.

Direct dependencies

(USB && BOARD_DEGU_EVK) || CONSOLE

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At <Zephyr>/boards/arm/degu_evk/Kconfig.defconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config USB_UART_CONSOLE
    bool
    default y
    depends on USB && BOARD_DEGU_EVK

At <Zephyr>/drivers/console/Kconfig:105

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers

config USB_UART_CONSOLE
    bool "Use USB port for console outputs"
    select UART_CONSOLE
    select USB_CDC_ACM
    depends on CONSOLE
    help
      Enable this option to use the USB CDC ACM class for console.
      As for the console driver, this option only changes the initialization
      level.

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