-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.ns16550:57
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:65
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.)