-
CONFIG_UART_NSIM_PORT_0_NAME
¶
Port 0 Device Name
Type: string
Help¶
This is the device name for UART, and is included in the device struct.
Kconfig definition¶
At drivers/serial/Kconfig.nsim:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:74
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_NSIM_PORT_0_NAME string prompt "Port 0 Device Name" ifUART_NSIM
&&SERIAL
default "UART_0" ifUART_NSIM
&&SERIAL
depends onUART_NSIM
&&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.)