-
CONFIG_UART_MCUMGR_ON_DEV_NAME
¶
Device Name of UART Device for mcumgr UART
Type: string
Help¶
This option specifies the name of UART device to be used for mcumgr UART.
Defaults¶
- “” if
HAS_DTS
&&UART_MCUMGR
&&CONSOLE
- “UART_0” if
UART_MCUMGR
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:215
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config UART_MCUMGR_ON_DEV_NAME string prompt "Device Name of UART Device for mcumgr UART" ifUART_MCUMGR
&&CONSOLE
default "" ifHAS_DTS
&&UART_MCUMGR
&&CONSOLE
default "UART_0" ifUART_MCUMGR
&&CONSOLE
depends onUART_MCUMGR
&&CONSOLE
help This option specifies the name of UART device to be used for mcumgr UART.
(Definitions include propagated dependencies, including from if’s and menus.)