-
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:29
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:67
Menu path: (Top) → Device Drivers → Serial Drivers → NS16550 serial driver
config UART_NS16750 bool "Enable 64-bytes FIFO for UART 16750" depends onUART_NS16550
&&SERIAL
help This enables support for 64-bytes FIFO if UART controller is 16750.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)