CONFIG_UART_PSOC6
PSoC-6 MCU SCB serial driver
Type: bool
Help
This option enables the SCB[UART] driver for PSoC-6 SoC family.
Direct dependencies
(SERIAL
&& (SOC_SERIES_PSOC62
|| SOC_SERIES_PSOC63
)) || (SERIAL
&& (SOC_SERIES_PSOC62
|| SOC_SERIES_PSOC63
)) || (SOC_FAMILY_PSOC6
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/cypress/psoc6/Kconfig.defconfig.series:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/cypress/Kconfig.defconfig:4
Menu path: (Top)
config UART_PSOC6
bool
default y
depends on SERIAL && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63)
At <Zephyr>/soc/arm/cypress/psoc6/Kconfig.defconfig.series:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/cypress/Kconfig.defconfig:4
Menu path: (Top)
config UART_PSOC6
bool
default y
depends on SERIAL && (SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63)
At <Zephyr>/drivers/serial/Kconfig.psoc6:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:156
Menu path: (Top) → Device Drivers → Serial Drivers
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.)