CONFIG_UART_STM32_PORT_8

Enable STM32 U(S)ART8 Port

Type: bool

Help

Enable support for U(S)ART8 port in the driver. Say y here if you want to use U(S)ART8 device.

Direct dependencies

UART_STM32 && 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:85

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:82

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

config UART_STM32_PORT_8
    bool
    prompt "Enable STM32 U(S)ART8 Port" if UART_STM32 && UART_STM32 && SERIAL
    depends on UART_STM32 && UART_STM32 && SERIAL
    help
      Enable support for U(S)ART8 port in the driver.
      Say y here if you want to use U(S)ART8 device.

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