CONFIG_UART_NS16550_PORT_2

Enable NS16550 Port 2

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:167

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:58

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

menuconfig UART_NS16550_PORT_2
    bool
    prompt "Enable NS16550 Port 2" 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.)