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