-
CONFIG_UART_4
¶
Enable STM32 U(S)ART4 Port
Type: bool
Help¶
Enable support for U(S)ART4 port in the driver. Say y here if you want to use U(S)ART4 device.
Direct dependencies¶
(UART_CONSOLE
&& BOARD_96B_STM32_SENSOR_MEZ
) || (SERIAL
&& BOARD_DISCO_L475_IOT1
) || (UART_STM32
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&BOARD_96B_STM32_SENSOR_MEZ
- “y” if
SERIAL
&&BOARD_DISCO_L475_IOT1
Kconfig definitions¶
At boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_4 bool default "y" ifUART_CONSOLE
&&BOARD_96B_STM32_SENSOR_MEZ
depends onUART_CONSOLE
&&BOARD_96B_STM32_SENSOR_MEZ
At boards/arm/disco_l475_iot1/Kconfig.defconfig:69
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_4 bool default "y" ifSERIAL
&&BOARD_DISCO_L475_IOT1
depends onSERIAL
&&BOARD_DISCO_L475_IOT1
At drivers/serial/Kconfig.stm32:46
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_4 bool prompt "Enable STM32 U(S)ART4 Port" ifUART_STM32
&&SERIAL
depends onUART_STM32
&&SERIAL
help Enable support for U(S)ART4 port in the driver. Say y here if you want to use U(S)ART4 device.
(Definitions include propagated dependencies, including from if’s and menus.)