-
CONFIG_USART_SAM_PORT_1
¶
Enable USART1
Type: bool
Help¶
Enable USART1 at boot
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.usart_sam:24
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:87
Menu path: (Top) → Device Drivers → Serial Drivers → Atmel SAM MCU family USART driver
config USART_SAM_PORT_1 bool "Enable USART1" depends onUSART_SAM
&&SERIAL
help Enable USART1 at boot
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)