The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_NS16550_PORT_1_OPTIONS

Port 1 Options

Type: int

Help

Options used for port initialization.

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_1_OPTIONS
    int
    default 0 if UART_NS16550_PORT_1 && UART_NS16550 && SOC_APOLLO_LAKE
    depends on UART_NS16550_PORT_1 && UART_NS16550 && SOC_APOLLO_LAKE

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_1_OPTIONS
    int
    default 0 if UART_NS16550_PORT_1 && UART_NS16550 && SOC_ATOM
    depends on UART_NS16550_PORT_1 && UART_NS16550 && SOC_ATOM

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_PORT_1_OPTIONS
    int
    default 0 if UART_NS16550_PORT_1 && UART_NS16550 && SOC_IA32
    depends on UART_NS16550_PORT_1 && UART_NS16550 && SOC_IA32

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

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

Menu path: (top menu)

config UART_NS16550_PORT_1_OPTIONS
    int
    default 0 if UART_NS16550_PORT_1 && UART_NS16550 && SOC_SERIES_QUARK_X1000
    depends on UART_NS16550_PORT_1 && UART_NS16550 && SOC_SERIES_QUARK_X1000

At drivers/serial/Kconfig.ns16550:111

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

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

config UART_NS16550_PORT_1_OPTIONS
    int
    prompt "Port 1 Options" if UART_NS16550_PORT_1 && SERIAL
    default 0 if UART_NS16550_PORT_1 && SERIAL
    depends on UART_NS16550_PORT_1 && SERIAL
    help
      Options used for port initialization.

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