CONFIG_UART_SAM

Atmel SAM MCU family UART driver

Type: bool

Help

This option enables the UARTx driver for Atmel SAM MCUs.

Direct dependencies

SOC_FAMILY_SAM && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr Driver>/serial/Kconfig.uart_sam:7

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:26<Zephyr Driver>/serial/Kconfig:112

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_SAM
    bool "Atmel SAM MCU family UART driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_FAMILY_SAM && SERIAL
    help
      This option enables the UARTx driver for Atmel SAM MCUs.

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