-
CONFIG_UART_STM32_LPUART_1
¶
Enable STM32 LPUART1 Port
Type: bool
Help¶
Enable support for LPUART1 port in the driver. Say y here if you want to use LPUART1 device.
Direct dependencies¶
UART_STM32
&& (SOC_SERIES_STM32L0X
|| SOC_SERIES_STM32L4X
) && UART_STM32
&& SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.stm32:114
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:82
Menu path: (top menu) → Device Drivers → Serial Drivers → STM32 MCU serial driver
config UART_STM32_LPUART_1 bool prompt "Enable STM32 LPUART1 Port" ifUART_STM32
&& (SOC_SERIES_STM32L0X
||SOC_SERIES_STM32L4X
) &&UART_STM32
&&SERIAL
depends onUART_STM32
&& (SOC_SERIES_STM32L0X
||SOC_SERIES_STM32L4X
) &&UART_STM32
&&SERIAL
help Enable support for LPUART1 port in the driver. Say y here if you want to use LPUART1 device.
(Definitions include propagated dependencies, including from if’s and menus.)