-
CONFIG_UART_PSOC6_UART_6
¶
Enable PSOC6 SCB6 as UART_6 on Port 12
Type: bool
Help¶
Enable support for UART_6 on port 12 in the driver.
Direct dependencies¶
(UART_PSOC6
&& BOARD_CY8CKIT_062_WIFI_BT_M0
) || (UART_PSOC6
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At boards/arm/cy8ckit_062_wifi_bt_m0/Kconfig.defconfig:17
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_PSOC6_UART_6 bool default y depends onUART_PSOC6
&&BOARD_CY8CKIT_062_WIFI_BT_M0
At drivers/serial/Kconfig.psoc6:19
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:115
Menu path: (Top) → Device Drivers → Serial Drivers → PSoC6 MCU serial driver
config UART_PSOC6_UART_6 bool "Enable PSOC6 SCB6 as UART_6 on Port 12" depends onUART_PSOC6
&&SERIAL
help Enable support for UART_6 on port 12 in the driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)