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

Enable NS16550 Port 0

Type: bool

Help

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

Kconfig definitions

At boards/arm/mec2016evb_assy6797/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_NS16550_PORT_0
    bool
    default "y" if UART_CONSOLE && UART_NS16550 && BOARD_MEC2016EVB_ASSY6797
    depends on UART_NS16550 && BOARD_MEC2016EVB_ASSY6797

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:107

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_NS16550_PORT_0
    bool
    default "y" if UART_NS16550 && BOARD_INTEL_S1000_CRB
    depends on UART_NS16550 && BOARD_INTEL_S1000_CRB

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_0
    bool
    default "y" if UART_CONSOLE && SOC_ARC_IOT
    depends on UART_CONSOLE && SOC_ARC_IOT

At soc/nios2/nios2f-zephyr/Kconfig.defconfig:49

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_0
    bool
    default "y" if UART_NS16550 && SOC_NIOS2F_ZEPHYR
    depends on UART_NS16550 && SOC_NIOS2F_ZEPHYR

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

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

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

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

Menu path: (top menu)

config UART_NS16550_PORT_0
    bool
    default "y" if UART_NS16550 && SOC_SERIES_QUARK_X1000
    depends on UART_NS16550 && SOC_SERIES_QUARK_X1000

At drivers/serial/Kconfig.ns16550:65

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