-
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:52
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:91
Menu path: (Top) → Device Drivers → Serial Drivers → STM32 MCU serial driver
config UART_5 bool "Enable STM32 U(S)ART5 Port" 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)