-
CONFIG_UART_STM32_PORT_3
¶
Enable STM32 USART3 Port
Type: bool
Help¶
Enable support for USART3 port in the driver. Say y here if you want to use USART3 device.
Direct dependencies¶
(UART_CONSOLE
&& BOARD_NUCLEO_F207ZG
) || (UART_CONSOLE
&& BOARD_NUCLEO_F412ZG
) || (UART_CONSOLE
&& BOARD_NUCLEO_F413ZH
) || (UART_CONSOLE
&& BOARD_NUCLEO_F429ZI
) || (UART_CONSOLE
&& BOARD_STM32F469I_DISCO
) || (UART_STM32
&& UART_STM32
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F207ZG
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F412ZG
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F413ZH
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F429ZI
- “y” if
UART_CONSOLE
&&BOARD_STM32F469I_DISCO
Kconfig definitions¶
At boards/arm/nucleo_f207zg/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_STM32_PORT_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F207ZG
depends onUART_CONSOLE
&&BOARD_NUCLEO_F207ZG
At boards/arm/nucleo_f412zg/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_STM32_PORT_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F412ZG
depends onUART_CONSOLE
&&BOARD_NUCLEO_F412ZG
At boards/arm/nucleo_f413zh/Kconfig.defconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_STM32_PORT_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F413ZH
depends onUART_CONSOLE
&&BOARD_NUCLEO_F413ZH
At boards/arm/nucleo_f429zi/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_STM32_PORT_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F429ZI
depends onUART_CONSOLE
&&BOARD_NUCLEO_F429ZI
At boards/arm/stm32f469i_disco/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_STM32_PORT_3 bool default "y" ifUART_CONSOLE
&&BOARD_STM32F469I_DISCO
depends onUART_CONSOLE
&&BOARD_STM32F469I_DISCO
At drivers/serial/Kconfig.stm32:40
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_PORT_3 bool prompt "Enable STM32 USART3 Port" ifUART_STM32
&&UART_STM32
&&SERIAL
depends onUART_STM32
&&UART_STM32
&&SERIAL
help Enable support for USART3 port in the driver. Say y here if you want to use USART3 device.
(Definitions include propagated dependencies, including from if’s and menus.)