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

Enable NS16550 Port 1

Type: bool

Help

This tells the driver to configure the UART port at boot, depending on the additional configure options below.

Direct dependencies

(UART_CONSOLE && BOARD_EM_STARTERKIT) || (UART_NS16550 && SOC_APOLLO_LAKE) || (UART_NS16550 && SOC_ATOM) || (UART_NS16550 && SOC_IA32) || (UART_NS16550 && SOC_SERIES_QUARK_X1000) || (UART_NS16550 && SERIAL)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_NS16550_PORT_1
    bool
    default "y" if UART_CONSOLE && BOARD_EM_STARTERKIT
    depends on UART_CONSOLE && BOARD_EM_STARTERKIT

At soc/x86/apollo_lake/Kconfig.defconfig:40

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_1
    bool
    default "y" if UART_NS16550 && SOC_APOLLO_LAKE
    depends on UART_NS16550 && SOC_APOLLO_LAKE

At soc/x86/atom/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_1
    bool
    default "y" if UART_NS16550 && SOC_ATOM
    depends on UART_NS16550 && SOC_ATOM

At soc/x86/ia32/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_1
    bool
    default "y" if UART_NS16550 && SOC_IA32
    depends on UART_NS16550 && SOC_IA32

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:152

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config UART_NS16550_PORT_1
    bool
    default "y" if PCI && UART_NS16550 && SOC_SERIES_QUARK_X1000
    depends on UART_NS16550 && SOC_SERIES_QUARK_X1000

At drivers/serial/Kconfig.ns16550:104

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

Menu path: (top menu) → Device Drivers → Serial Drivers → NS16550 serial driver

menuconfig UART_NS16550_PORT_1
    bool
    prompt "Enable NS16550 Port 1" if UART_NS16550 && SERIAL
    depends on UART_NS16550 && SERIAL
    help
      This tells the driver to configure the UART port at boot, depending on
      the additional configure options below.

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