-
CONFIG_UART_SAM_PORT_1
¶
Enable UART1
Type: bool
Help¶
Enable UART1 at boot.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.uart_sam:25
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:89
Menu path: (Top) → Device Drivers → Serial Drivers → Atmel SAM MCU family UART driver
config UART_SAM_PORT_1 bool "Enable UART1" depends onUART_SAM
&&SERIAL
help Enable UART1 at boot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)