CONFIG_UART_NS16550_PORT_0_OPTIONS

Port 0 Options

Type: int

Help

Options used for port initialization.

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && BOARD_INTEL_S1000_CRB
    depends on UART_NS16550_PORT_0 && UART_NS16550 && BOARD_INTEL_S1000_CRB

At arch/nios2/soc/nios2f-zephyr/Kconfig.defconfig:54

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && SOC_NIOS2F_ZEPHYR
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_NIOS2F_ZEPHYR

At arch/riscv32/soc/pulpino/Kconfig.defconfig:75

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && SOC_RISCV32_PULPINO
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_RISCV32_PULPINO

At arch/x86/soc/apollo_lake/Kconfig.defconfig:32

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && SOC_APOLLO_LAKE
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_APOLLO_LAKE

At arch/x86/soc/atom/Kconfig.defconfig:31

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && SOC_ATOM
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_ATOM

At arch/x86/soc/ia32/Kconfig.defconfig:31

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && SOC_IA32
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_IA32

At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:187

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config UART_NS16550_PORT_0_OPTIONS
    int
    default 0 if UART_NS16550_PORT_0 && UART_NS16550 && SOC_SERIES_QUARK_X1000
    depends on UART_NS16550_PORT_0 && UART_NS16550 && SOC_SERIES_QUARK_X1000

At drivers/serial/Kconfig.ns16550:88

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

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

config UART_NS16550_PORT_0_OPTIONS
    int
    prompt "Port 0 Options" if UART_NS16550_PORT_0 && SERIAL
    default 0 if UART_NS16550_PORT_0 && SERIAL
    depends on UART_NS16550_PORT_0 && SERIAL
    help
      Options used for port initialization.

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