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

Enable UART2

Type: bool

Help

Enable UART2 at boot

Direct dependencies

UART_SAM && SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.uart_sam:52

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:87

Menu path: (top menu) → Device Drivers → Serial Drivers → Atmel SAM MCU family UART driver

config UART_SAM_PORT_2
    bool
    prompt "Enable UART2" if UART_SAM && SERIAL
    depends on UART_SAM && SERIAL
    help
      Enable UART2 at boot

(Definitions include propagated dependencies, including from if’s and menus.)