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

Kconfig definition

At drivers/serial/Kconfig.ns16550:125

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/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" if UART_NS16550_PORT_1 && UART_NS16550_PCP && SERIAL
    default 0 if UART_NS16550_PORT_1 && UART_NS16550_PCP && SERIAL
    depends on UART_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.)