-
CONFIG_UART_NSIM
¶
UART driver for MetaWare nSim
Type: bool
Help¶
This enables the UART driver for the MetaWare nSim simulator.
Direct dependencies¶
(SERIAL
&& BOARD_NSIM_EM
) || (SERIAL
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&BOARD_NSIM_EM
Symbols selected by this symbol¶
SERIAL_HAS_DRIVER
ifSERIAL
&&SERIAL
Kconfig definitions¶
At boards/arc/nsim_em/Kconfig.defconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_NSIM bool default "y" ifSERIAL
&&BOARD_NSIM_EM
depends onSERIAL
&&BOARD_NSIM_EM
At drivers/serial/Kconfig.nsim:1
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 bool prompt "UART driver for MetaWare nSim" ifSERIAL
&&SERIAL
selectSERIAL_HAS_DRIVER
ifSERIAL
&&SERIAL
depends onSERIAL
&&SERIAL
help This enables the UART driver for the MetaWare nSim simulator.
(Definitions include propagated dependencies, including from if’s and menus.)