The latest development version of this page may be more current than this released 1.14.0 version.
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

(SERIAL && SOC_ARC_IOT) || (UART_NS16550 && SERIAL)

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

Defaults

Kconfig definitions

At soc/arc/snps_arc_iot/Kconfig.defconfig:40

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config UART_NS16550_DLF
    bool
    default "y" if SERIAL && SOC_ARC_IOT
    depends on SERIAL && SOC_ARC_IOT

At drivers/serial/Kconfig.ns16550:21

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:65

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.)