CONFIG_UART_NS16750

Enable 64-bytes FIFO for UART 16750

Type: bool

Help

This enables support for 64-bytes FIFO if UART controller is 16750.

Direct dependencies

(UART_NS16550 && SOC_RISCV32_PULPINO) || (UART_NS16550 && SERIAL)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config UART_NS16750
    bool
    default "y" if UART_NS16550 && SOC_RISCV32_PULPINO
    depends on UART_NS16550 && SOC_RISCV32_PULPINO

At drivers/serial/Kconfig.ns16550:45

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

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

config UART_NS16750
    bool
    prompt "Enable 64-bytes FIFO for UART 16750" if UART_NS16550 && SERIAL
    depends on UART_NS16550 && SERIAL
    help
      This enables support for 64-bytes FIFO if UART controller is 16750.

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