-
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¶
(USB
&& BOARD_DEGU_EVK
) || SOC_NSIM
|| SOC_QEMU_ARC
|| UART_CONSOLE
|| CONSOLE_SUBSYS
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr>/boards/arm/degu_evk/Kconfig.defconfig:31
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config UART_CONSOLE_ON_DEV_NAME string default "CDC_ACM_0" depends onUSB
&&BOARD_DEGU_EVK
At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config UART_CONSOLE_ON_DEV_NAME
string
default "UART_0"
depends on SOC_NSIM
At <Zephyr>/soc/arc/snps_qemu/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config UART_CONSOLE_ON_DEV_NAME
string
default "UART_0"
depends on SOC_QEMU_ARC
At <Zephyr>/drivers/console/Kconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers
config UART_CONSOLE_ON_DEV_NAME string "Device Name of UART Device for UART Console" default "" ifHAS_DTS
default "UART_0" depends onUART_CONSOLE
||CONSOLE_SUBSYS
help This option specifies the name of UART device to be used for UART console.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)