-
CONFIG_UART_SAM
¶
Atmel SAM MCU family UART driver
Type: bool
Help¶
This option enables the UARTx driver for Atmel SAM MCUs.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/serial/Kconfig.uart_sam:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:89
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_SAM bool "Atmel SAM MCU family UART driver" selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
depends onSOC_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.)