:orphan: .. title:: UART_NS16750 .. option:: CONFIG_UART_NS16750 *Enable UART 16750 (64-bytes FIFO and auto flow control)* Type: ``bool`` Help ==== This enables support for 64-bytes FIFO and automatic hardware flow control if UART controller is 16750. Direct dependencies =================== \ :option:`UART_NS16550 ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.ns16550:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:67`` Menu path: (Top) → Device Drivers → Serial Drivers → NS16550 serial driver .. parsed-literal:: config UART_NS16750 bool "Enable UART 16750 (64-bytes FIFO and auto flow control)" depends on \ :option:`UART_NS16550 ` && \ :option:`SERIAL ` help This enables support for 64-bytes FIFO and automatic hardware flow control if UART controller is 16750. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*