-
CONFIG_UART_NS16550_PORT_1_PCP
¶
Port 1 PCP value
Type: hex
Help¶
Value for PRV_CLOCK_PARAMS register. If left at its default value (0), then the kernel will not attempt to set the PCP for this UART; otherwise be sure the device tree for this port has sys_clk_freq set accordingly.
Direct dependencies¶
UART_NS16550_PORT_1
&& UART_NS16550_PCP
&& SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
UART_NS16550_PORT_1
&&UART_NS16550_PCP
&&SERIAL
Kconfig definition¶
At drivers/serial/Kconfig.ns16550:125
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 1
config UART_NS16550_PORT_1_PCP hex prompt "Port 1 PCP value" ifUART_NS16550_PORT_1
&&UART_NS16550_PCP
&&SERIAL
default 0 ifUART_NS16550_PORT_1
&&UART_NS16550_PCP
&&SERIAL
depends onUART_NS16550_PORT_1
&&UART_NS16550_PCP
&&SERIAL
help Value for PRV_CLOCK_PARAMS register. If left at its default value (0), then the kernel will not attempt to set the PCP for this UART; otherwise be sure the device tree for this port has sys_clk_freq set accordingly.
(Definitions include propagated dependencies, including from if’s and menus.)