-
CONFIG_UART_5
¶
Enable STM32 U(S)ART5 Port
Type: bool
Help¶
Enable support for U(S)ART5 port in the driver. Say y here if you want to use U(S)ART5 device.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.stm32:54
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:91
Menu path: (top menu) → Device Drivers → Serial Drivers → STM32 MCU serial driver
config UART_5 bool prompt "Enable STM32 U(S)ART5 Port" ifUART_STM32
&&SERIAL
depends onUART_STM32
&&SERIAL
help Enable support for U(S)ART5 port in the driver. Say y here if you want to use U(S)ART5 device.
(Definitions include propagated dependencies, including from if’s and menus.)