The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_10

Enable STM32 UART10 Port

Type: bool

Help

Enable support for UART10 port in the driver. Say y here if you want to use UART10 device.

Direct dependencies

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:94

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:91

Menu path: (top menu) → Device Drivers → Serial Drivers → STM32 MCU serial driver

config UART_10
    bool
    prompt "Enable STM32 UART10 Port" if UART_STM32 && SERIAL
    depends on UART_STM32 && SERIAL
    help
      Enable support for UART10 port in the driver.
      Say y here if you want to use UART10 device.

(Definitions include propagated dependencies, including from if’s and menus.)