The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_NS16550

NS16550 serial driver

Type: bool

Help

This option enables the NS16550 serial driver. This driver can be used for the serial hardware available on x86 boards.

Direct dependencies

(SERIAL && BOARD_EM_STARTERKIT) || (SERIAL && SOC_ARC_IOT) || (SERIAL && SOC_MEC1701_QSZ && SOC_SERIES_MEC1701X) || SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/arc/em_starterkit/Kconfig.defconfig:56

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_NS16550
    bool
    default "y" if SERIAL && BOARD_EM_STARTERKIT
    depends on SERIAL && BOARD_EM_STARTERKIT

At soc/arc/snps_arc_iot/Kconfig.defconfig:43

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550
    bool
    default "y" if SERIAL && SOC_ARC_IOT
    depends on SERIAL && SOC_ARC_IOT

At soc/arm/microchip_mec/mec1701/Kconfig.defconfig.mec1701qsz:20

Included via Kconfig:10Kconfig.zephyr:23soc/arm/microchip_mec/Kconfig.defconfig:3soc/arm/microchip_mec/mec1701/Kconfig.defconfig.series:21

Menu path: (top menu)

config UART_NS16550
    bool
    default "y" if SERIAL && SOC_MEC1701_QSZ && SOC_SERIES_MEC1701X
    depends on SERIAL && SOC_MEC1701_QSZ && SOC_SERIES_MEC1701X

At drivers/serial/Kconfig.ns16550:3

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:65

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig UART_NS16550
    bool
    prompt "NS16550 serial driver" if SERIAL
    select SERIAL_HAS_DRIVER if SERIAL
    select SERIAL_SUPPORT_INTERRUPT if SERIAL
    depends on SERIAL
    help
      This option enables the NS16550 serial driver.
      This driver can be used for the serial hardware
      available on x86 boards.

(Definitions include propagated dependencies, including from if’s and menus.)