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

PSoC6 MCU serial driver

Type: bool

Help

This option enables the UART driver for PSoC6 family of processors.

Direct dependencies

(SERIAL && SOC_PSOC6_M0 && SOC_SERIES_PSOC62) || (SERIAL && SOC_PSOC6_M4 && SOC_SERIES_PSOC62) || (SOC_FAMILY_PSOC6 && SERIAL)

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

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0:16

Included via Kconfig:10Kconfig.zephyr:23soc/arm/cypress/Kconfig.defconfig:7soc/arm/cypress/psoc6/Kconfig.defconfig.series:27

Menu path: (top menu)

config UART_PSOC6
    bool
    default "y" if SERIAL && SOC_PSOC6_M0 && SOC_SERIES_PSOC62
    depends on SERIAL && SOC_PSOC6_M0 && SOC_SERIES_PSOC62

At soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m4:16

Included via Kconfig:10Kconfig.zephyr:23soc/arm/cypress/Kconfig.defconfig:7soc/arm/cypress/psoc6/Kconfig.defconfig.series:27

Menu path: (top menu)

config UART_PSOC6
    bool
    default "y" if SERIAL && SOC_PSOC6_M4 && SOC_SERIES_PSOC62
    depends on SERIAL && SOC_PSOC6_M4 && SOC_SERIES_PSOC62

At drivers/serial/Kconfig.psoc6:8

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

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig UART_PSOC6
    bool
    prompt "PSoC6 MCU serial driver" if SOC_FAMILY_PSOC6 && SERIAL
    select SERIAL_HAS_DRIVER if SOC_FAMILY_PSOC6 && SERIAL
    depends on SOC_FAMILY_PSOC6 && SERIAL
    help
      This option enables the UART driver for PSoC6 family of processors.

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