The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_USART_SAM_PORT_2

Enable USART2

Type: bool

Help

Enable USART2 at boot

Direct dependencies

USART_SAM && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.usart_sam:33

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

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

config USART_SAM_PORT_2
    bool
    prompt "Enable USART2" if USART_SAM && SERIAL
    depends on USART_SAM && SERIAL
    help
      Enable USART2 at boot

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