-
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¶
- “y” if
SERIAL
&&SOC_PSOC6_M0
&&SOC_SERIES_PSOC62
- “y” if
SERIAL
&&SOC_PSOC6_M4
&&SOC_SERIES_PSOC62
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0:16
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/cypress/Kconfig.defconfig:7
→ soc/arm/cypress/psoc6/Kconfig.defconfig.series:27
Menu path: (top menu)
config UART_PSOC6 bool default "y" ifSERIAL
&&SOC_PSOC6_M0
&&SOC_SERIES_PSOC62
depends onSERIAL
&&SOC_PSOC6_M0
&&SOC_SERIES_PSOC62
At soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m4:16
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/cypress/Kconfig.defconfig:7
→ soc/arm/cypress/psoc6/Kconfig.defconfig.series:27
Menu path: (top menu)
config UART_PSOC6 bool default "y" ifSERIAL
&&SOC_PSOC6_M4
&&SOC_SERIES_PSOC62
depends onSERIAL
&&SOC_PSOC6_M4
&&SOC_SERIES_PSOC62
At drivers/serial/Kconfig.psoc6:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:113
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_PSOC6 bool prompt "PSoC6 MCU serial driver" ifSOC_FAMILY_PSOC6
&&SERIAL
selectSERIAL_HAS_DRIVER
ifSOC_FAMILY_PSOC6
&&SERIAL
depends onSOC_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.)