The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_PSOC6_UART_5

Enable PSOC6 SCB6 as UART_5 on Port 5

Type: bool

Help

Enable support for UART_5 on port 5 in the driver.

Direct dependencies

(UART_PSOC6 && BOARD_CY8CKIT_062_WIFI_BT_M4) || (UART_PSOC6 && SERIAL)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/arm/cy8ckit_062_wifi_bt_m4/Kconfig.defconfig:18

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_PSOC6_UART_5
    bool
    default "y" if UART_PSOC6 && BOARD_CY8CKIT_062_WIFI_BT_M4
    depends on UART_PSOC6 && BOARD_CY8CKIT_062_WIFI_BT_M4

At drivers/serial/Kconfig.psoc6:15

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

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

config UART_PSOC6_UART_5
    bool
    prompt "Enable PSOC6 SCB6 as UART_5 on Port 5" if UART_PSOC6 && SERIAL
    depends on UART_PSOC6 && SERIAL
    help
      Enable support for UART_5 on port 5 in the driver.

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