-
CONFIG_UART_6
¶
Enable STM32 USART6 Port
Type: bool
Help¶
Enable support for USART6 port in the driver. Say y here if you want to use USART6 device.
Direct dependencies¶
(SERIAL
&& BOARD_96B_CARBON
) || (SERIAL
&& BOARD_NUCLEO_F207ZG
) || (SERIAL
&& BOARD_NUCLEO_F412ZG
) || (SERIAL
&& BOARD_NUCLEO_F413ZH
) || (SERIAL
&& BOARD_NUCLEO_F429ZI
) || (SERIAL
&& BOARD_NUCLEO_F746ZG
) || (SERIAL
&& BOARD_NUCLEO_F756ZG
) || (SERIAL
&& BOARD_STM32F469I_DISCO
) || (UART_CONSOLE
&& BOARD_STM32F723E_DISCO
) || (SERIAL
&& BOARD_STM32F746G_DISCO
) || (SERIAL
&& BOARD_STM32F769I_DISCO
) || (UART_STM32
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&BOARD_96B_CARBON
- “y” if
SERIAL
&&BOARD_NUCLEO_F207ZG
- “y” if
SERIAL
&&BOARD_NUCLEO_F412ZG
- “y” if
SERIAL
&&BOARD_NUCLEO_F413ZH
- “y” if
SERIAL
&&BOARD_NUCLEO_F429ZI
- “y” if
SERIAL
&&BOARD_NUCLEO_F746ZG
- “y” if
SERIAL
&&BOARD_NUCLEO_F756ZG
- “y” if
SERIAL
&&BOARD_STM32F469I_DISCO
- “y” if
UART_CONSOLE
&&BOARD_STM32F723E_DISCO
- “y” if
SERIAL
&&BOARD_STM32F746G_DISCO
- “y” if
SERIAL
&&BOARD_STM32F769I_DISCO
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_96B_CARBON
depends onSERIAL
&&BOARD_96B_CARBON
At boards/arm/nucleo_f207zg/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F207ZG
depends onSERIAL
&&BOARD_NUCLEO_F207ZG
At boards/arm/nucleo_f412zg/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F412ZG
depends onSERIAL
&&BOARD_NUCLEO_F412ZG
At boards/arm/nucleo_f413zh/Kconfig.defconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F413ZH
depends onSERIAL
&&BOARD_NUCLEO_F413ZH
At boards/arm/nucleo_f429zi/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F429ZI
depends onSERIAL
&&BOARD_NUCLEO_F429ZI
At boards/arm/nucleo_f746zg/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F746ZG
depends onSERIAL
&&BOARD_NUCLEO_F746ZG
At boards/arm/nucleo_f756zg/Kconfig.defconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F756ZG
depends onSERIAL
&&BOARD_NUCLEO_F756ZG
At boards/arm/stm32f469i_disco/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_STM32F469I_DISCO
depends onSERIAL
&&BOARD_STM32F469I_DISCO
At boards/arm/stm32f723e_disco/Kconfig.defconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifUART_CONSOLE
&&BOARD_STM32F723E_DISCO
depends onUART_CONSOLE
&&BOARD_STM32F723E_DISCO
At boards/arm/stm32f746g_disco/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_STM32F746G_DISCO
depends onSERIAL
&&BOARD_STM32F746G_DISCO
At boards/arm/stm32f769i_disco/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_6 bool default "y" ifSERIAL
&&BOARD_STM32F769I_DISCO
depends onSERIAL
&&BOARD_STM32F769I_DISCO
At drivers/serial/Kconfig.stm32:62
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_6 bool prompt "Enable STM32 USART6 Port" ifUART_STM32
&&SERIAL
depends onUART_STM32
&&SERIAL
help Enable support for USART6 port in the driver. Say y here if you want to use USART6 device.
(Definitions include propagated dependencies, including from if’s and menus.)