-
CONFIG_UART_CONSOLE_ON_DEV_NAME
¶
Device Name of UART Device for UART Console
Type: string
Help¶
This option specifies the name of UART device to be used for UART console.
Direct dependencies¶
SOC_NSIM
|| UART_CONSOLE
|| CONSOLE_SUBSYS
(Includes any dependencies from if’s and menus.)
Defaults¶
- “UART_0” if
SOC_NSIM
- “” if
HAS_DTS
&& (UART_CONSOLE
||CONSOLE_SUBSYS
) - “UART_0” if
UART_CONSOLE
||CONSOLE_SUBSYS
Kconfig definitions¶
At soc/arc/snps_nsim/Kconfig.defconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_CONSOLE_ON_DEV_NAME string default "UART_0" ifSOC_NSIM
depends onSOC_NSIM
At drivers/console/Kconfig:11
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers
config UART_CONSOLE_ON_DEV_NAME string prompt "Device Name of UART Device for UART Console" ifUART_CONSOLE
||CONSOLE_SUBSYS
default "" ifHAS_DTS
&& (UART_CONSOLE
||CONSOLE_SUBSYS
) default "UART_0" ifUART_CONSOLE
||CONSOLE_SUBSYS
depends onUART_CONSOLE
||CONSOLE_SUBSYS
help This option specifies the name of UART device to be used for UART console.
(Definitions include propagated dependencies, including from if’s and menus.)