:orphan: .. title:: UART_PSOC6 .. option:: CONFIG_UART_PSOC6 *PSoC6 MCU serial driver* Type: ``bool`` Help ==== This option enables the UART driver for PSoC6 family of processors. Direct dependencies =================== (\ :option:`SERIAL ` && (\ :option:`SOC_SERIES_PSOC62 ` || \ :option:`SOC_SERIES_PSOC63 `)) || (\ :option:`SOC_FAMILY_PSOC6 ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/cypress/psoc6/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/cypress/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config UART_PSOC6 bool default y depends on \ :option:`SERIAL ` && (\ :option:`SOC_SERIES_PSOC62 ` || \ :option:`SOC_SERIES_PSOC63 `) ---- At ``drivers/serial/Kconfig.psoc6:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:117`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: menuconfig UART_PSOC6 bool "PSoC6 MCU serial driver" select \ :option:`SERIAL_HAS_DRIVER ` depends on \ :option:`SOC_FAMILY_PSOC6 ` && \ :option:`SERIAL ` help This option enables the UART driver for PSoC6 family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*