:orphan: .. title:: CONFIG_UART_PSOC6 .. kconfig:: CONFIG_UART_PSOC6 CONFIG_UART_PSOC6 ################# *PSoC-6 MCU SCB serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the SCB[UART] driver for PSoC-6 SoC family. Direct dependencies =================== (\ :kconfig:`SERIAL ` && (\ :kconfig:`SOC_SERIES_PSOC62 ` || \ :kconfig:`SOC_SERIES_PSOC63 `)) || (\ :kconfig:`SERIAL ` && (\ :kconfig:`SOC_SERIES_PSOC62 ` || \ :kconfig:`SOC_SERIES_PSOC63 `)) || (\ :kconfig:`SOC_FAMILY_PSOC6 ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/cypress/psoc6/Kconfig.defconfig.series:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/cypress/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config UART_PSOC6 bool default y depends on SERIAL && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63) ---- At ``/arm/cypress/psoc6/Kconfig.defconfig.series:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/cypress/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config UART_PSOC6 bool default y depends on SERIAL && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63) ---- At ``/serial/Kconfig.psoc6:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:144`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_PSOC6 bool "PSoC-6 MCU SCB serial driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_FAMILY_PSOC6 && SERIAL help This option enables the SCB[UART] driver for PSoC-6 SoC family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*