-
CONFIG_USART_SAM_PORT_2
¶
Enable USART2
Type: bool
Help¶
Enable USART2 at boot
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.usart_sam:32
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_2 bool "Enable USART2" depends onUSART_SAM
&&SERIAL
help Enable USART2 at boot
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)