CONFIG_USART_SAM

Atmel SAM MCU family USART driver

Type: bool

Help

This option enables the USARTx driver for Atmel SAM MCUs.

Defaults

  • y

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr Boards>/shields/esp_8266/boards/sam4e_xpro.defconfig:14

Included via Kconfig:8Kconfig.zephyr:18<BuildDir>/kconfig/Kconfig.shield.defconfig:1<Zephyr Boards>/shields/esp_8266/Kconfig.defconfig:19

Menu path: (Top)

config USART_SAM
    bool
    default y
    depends on BOARD_SAM4E_XPRO && NETWORKING && (SHIELD_ESP_8266 || SHIELD_ESP_8266_ARDUINO || SHIELD_ESP_8266_MIKROBUS)

At <Zephyr Boards>/shields/esp_8266/boards/sam4e_xpro.defconfig:14

Included via Kconfig:8Kconfig.zephyr:20<Zephyr Boards>/shields/esp_8266/Kconfig.defconfig:19

Menu path: (Top)

config USART_SAM
    bool
    default y
    depends on BOARD_SAM4E_XPRO && NETWORKING && (SHIELD_ESP_8266 || SHIELD_ESP_8266_ARDUINO || SHIELD_ESP_8266_MIKROBUS)

At <Zephyr Boards>/shields/esp_8266/boards/sam4e_xpro.defconfig:14

Included via Kconfig:8Kconfig.zephyr:22<Zephyr Boards>/shields/esp_8266/Kconfig.defconfig:19

Menu path: (Top)

config USART_SAM
    bool
    default y
    depends on BOARD_SAM4E_XPRO && NETWORKING && (SHIELD_ESP_8266 || SHIELD_ESP_8266_ARDUINO || SHIELD_ESP_8266_MIKROBUS)

At <Zephyr SoC>/arm/atmel_sam/sam4l/Kconfig.defconfig.series:56

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config USART_SAM
    bool
    default y
    depends on SERIAL && SOC_SERIES_SAM4L

At <Zephyr SoC>/arm/atmel_sam/sam4l/Kconfig.defconfig.series:56

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/atmel_sam/Kconfig.defconfig:6

Menu path: (Top)

config USART_SAM
    bool
    default y
    depends on SERIAL && SOC_SERIES_SAM4L

At <Zephyr Driver>/serial/Kconfig.usart_sam:6

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

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

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

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