-
CONFIG_UART_NS16550_PORT_0_DLF
¶
Port 0 DLF value
Type: hex
Help¶
Value for DLF register.
Direct dependencies¶
(UART_CONSOLE
&& SOC_ARC_IOT
) || (UART_NS16550_PORT_0
&& UART_NS16550_DLF
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
UART_CONSOLE
&&SOC_ARC_IOT
- 0x0 if
UART_NS16550_PORT_0
&&UART_NS16550_DLF
&&SERIAL
Kconfig definitions¶
At soc/arc/snps_arc_iot/Kconfig.defconfig:50
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_0_DLF hex default 1 ifUART_CONSOLE
&&SOC_ARC_IOT
depends onUART_CONSOLE
&&SOC_ARC_IOT
At drivers/serial/Kconfig.ns16550:79
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 → Enable NS16550 Port 0
config UART_NS16550_PORT_0_DLF hex prompt "Port 0 DLF value" ifUART_NS16550_PORT_0
&&UART_NS16550_DLF
&&SERIAL
default 0x0 ifUART_NS16550_PORT_0
&&UART_NS16550_DLF
&&SERIAL
depends onUART_NS16550_PORT_0
&&UART_NS16550_DLF
&&SERIAL
help Value for DLF register.
(Definitions include propagated dependencies, including from if’s and menus.)