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

Enable NS16550 Port 3

Type: bool

Help

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

Direct dependencies

UART_NS16550 && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.ns16550:183

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_3
    bool
    prompt "Enable NS16550 Port 3" 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.)