-
CONFIG_UART_NS16550_DLF
¶
Enable Divisor Latch Fraction (DLF) support
Type: bool
Help¶
This enables support for divisor latch fraction (DLF). It is used to limit frequency error.
Says n if you are not sure if hardware supports this.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.ns16550:19
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_NS16550_DLF bool prompt "Enable Divisor Latch Fraction (DLF) support" ifUART_NS16550
&&SERIAL
depends onUART_NS16550
&&SERIAL
help This enables support for divisor latch fraction (DLF). It is used to limit frequency error. Says n if you are not sure if hardware supports this.
(Definitions include propagated dependencies, including from if’s and menus.)