-
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¶
- “y” if
UART_NS16550
&&SOC_RISCV32_PULPINO
Kconfig definitions¶
At arch/riscv32/soc/pulpino/Kconfig.defconfig:53
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config UART_NS16750 bool default "y" ifUART_NS16550
&&SOC_RISCV32_PULPINO
depends onUART_NS16550
&&SOC_RISCV32_PULPINO
At drivers/serial/Kconfig.ns16550:45
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/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" ifUART_NS16550
&&SERIAL
depends onUART_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.)