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.

Direct dependencies

UART_NS16550 && SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.ns16550:19

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/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" if UART_NS16550 && SERIAL
    depends on UART_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.)