-
CONFIG_UART_MIV_PORT_0_NAME
¶
Port 0 Device Name
Type: string
Help¶
This is the device name for UART, and is included in the device struct.
Defaults¶
- “uart0” if
UART_MIV_PORT_0
&&SERIAL
Kconfig definition¶
At drivers/serial/Kconfig.miv:20
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:68
Menu path: (top menu) → Device Drivers → Serial Drivers → Mi-V serial driver → Enable Mi-V Port 0
config UART_MIV_PORT_0_NAME string prompt "Port 0 Device Name" ifUART_MIV_PORT_0
&&SERIAL
default "uart0" ifUART_MIV_PORT_0
&&SERIAL
depends onUART_MIV_PORT_0
&&SERIAL
help This is the device name for UART, and is included in the device struct.
(Definitions include propagated dependencies, including from if’s and menus.)