CONFIG_UART_SAM_PORT_0

Enable UART0

Type: bool

Help

Enable UART0 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:18

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:78

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

config UART_SAM_PORT_0
    bool
    prompt "Enable UART0" if UART_SAM && SERIAL
    depends on UART_SAM && SERIAL
    help
      Enable UART0 at boot.

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