-
CONFIG_UART_STM32
¶
STM32 MCU serial driver
Type: bool
Help¶
This option enables the UART driver for STM32 family of processors. Say y if you wish to use serial port on STM32 MCU.
Direct dependencies¶
(SERIAL
&& SOC_FAMILY_STM32
) || (SOC_FAMILY_STM32
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&SOC_FAMILY_STM32
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/st_stm32/common/Kconfig.defconfig.series:14
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (top menu)
config UART_STM32 bool default "y" ifSERIAL
&&SOC_FAMILY_STM32
depends onSERIAL
&&SOC_FAMILY_STM32
At drivers/serial/Kconfig.stm32:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:91
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_STM32 bool prompt "STM32 MCU serial driver" ifSOC_FAMILY_STM32
&&SERIAL
selectSERIAL_HAS_DRIVER
ifSOC_FAMILY_STM32
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifSOC_FAMILY_STM32
&&SERIAL
depends onSOC_FAMILY_STM32
&&SERIAL
help This option enables the UART driver for STM32 family of processors. Say y if you wish to use serial port on STM32 MCU.
(Definitions include propagated dependencies, including from if’s and menus.)