-
CONFIG_UART_SHELL_ON_DEV_NAME
¶
Device Name of UART Device for SHELL_BACKEND_SERIAL
Type: string
Help¶
This option specifies the name of UART device to be used for the SHELL UART backend.
Direct dependencies¶
SHELL_BACKEND_SERIAL
&& SHELL_BACKENDS
&& SHELL
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At subsys/shell/Kconfig.backends:33
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:24
→ subsys/shell/Kconfig:18
Menu path: (Top) → Shell → Enable shell backends → Enable serial backend
config UART_SHELL_ON_DEV_NAME string "Device Name of UART Device for SHELL_BACKEND_SERIAL" default "" ifHAS_DTS
default "UART_0" depends onSHELL_BACKEND_SERIAL
&&SHELL_BACKENDS
&&SHELL
help This option specifies the name of UART device to be used for the SHELL UART backend.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)