-
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
&& !HAS_DTS
&& CONSOLE
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “UART_0” if
SOC_NSIM
- “UART_0” if
UART_CONSOLE
&& !HAS_DTS
&&CONSOLE
Kconfig definitions¶
At arch/arc/soc/snps_nsim/Kconfig.defconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config UART_CONSOLE_ON_DEV_NAME string default "UART_0" ifSOC_NSIM
depends onSOC_NSIM
At drivers/console/Kconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config UART_CONSOLE_ON_DEV_NAME string prompt "Device Name of UART Device for UART Console" ifUART_CONSOLE
&& !HAS_DTS
&&CONSOLE
default "UART_0" ifUART_CONSOLE
&& !HAS_DTS
&&CONSOLE
depends onUART_CONSOLE
&& !HAS_DTS
&&CONSOLE
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.)