The latest development version of this page may be more current than this released 2.1.0 version.
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) || SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At boards/arc/nsim/Kconfig.defconfig:10

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config UART_NSIM
    bool
    default y
    depends on SERIAL && BOARD_NSIM

At drivers/serial/Kconfig.nsim:3

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:18drivers/serial/Kconfig:85

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_NSIM
    bool "UART driver for MetaWare nSim"
    select SERIAL_HAS_DRIVER
    depends on SERIAL
    help
      This enables the UART driver for the MetaWare nSim simulator.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)