-
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¶
- “y” if
SERIAL
&&SOC_ARC_IOT
Kconfig definitions¶
At soc/arc/snps_arc_iot/Kconfig.defconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_DLF bool default "y" ifSERIAL
&&SOC_ARC_IOT
depends onSERIAL
&&SOC_ARC_IOT
At drivers/serial/Kconfig.ns16550:21
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/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" 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.)