-
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 drivers/serial/Kconfig.uart_sam:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:87
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_SAM bool prompt "Atmel SAM MCU family UART driver" ifSOC_FAMILY_SAM
&&SERIAL
selectSERIAL_HAS_DRIVER
ifSOC_FAMILY_SAM
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifSOC_FAMILY_SAM
&&SERIAL
depends onSOC_FAMILY_SAM
&&SERIAL
help This option enables the UARTx driver for Atmel SAM MCUs.
(Definitions include propagated dependencies, including from if’s and menus.)