-
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 ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0:11
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/cypress/Kconfig.defconfig:4
→ soc/arm/cypress/psoc6/Kconfig.defconfig.series:21
Menu path: (Top)
config UART_PSOC6 bool default y depends onSERIAL
&&SOC_PSOC6_M0
&&SOC_SERIES_PSOC62
At soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m4:11
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/cypress/Kconfig.defconfig:4
→ soc/arm/cypress/psoc6/Kconfig.defconfig.series:21
Menu path: (Top)
config UART_PSOC6 bool default y depends onSERIAL
&&SOC_PSOC6_M4
&&SOC_SERIES_PSOC62
At drivers/serial/Kconfig.psoc6:6
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:115
Menu path: (Top) → Device Drivers → Serial Drivers
menuconfig UART_PSOC6 bool "PSoC6 MCU serial driver" selectSERIAL_HAS_DRIVER
depends onSOC_FAMILY_PSOC6
&&SERIAL
help This option enables the UART driver for PSoC6 family of processors.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)