The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_NS16550_PCP

Enable Apollo Lake PRV_CLOCK_PARAMS (PCP) support

Type: bool

Help

This enables configuration of the clock blocks that feed the UARTs on Apollo Lake SoCs, allowing the generation of custom baud rates.

Say n unless you know you need this feature.

Direct dependencies

SOC_APOLLO_LAKE && UART_NS16550 && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.ns16550:30

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_PCP
    bool
    prompt "Enable Apollo Lake PRV_CLOCK_PARAMS (PCP) support" if SOC_APOLLO_LAKE && UART_NS16550 && SERIAL
    depends on SOC_APOLLO_LAKE && UART_NS16550 && SERIAL
    help
      This enables configuration of the clock blocks that feed
      the UARTs on Apollo Lake SoCs, allowing the generation of
      custom baud rates.

      Say n unless you know you need this feature.

(Definitions include propagated dependencies, including from if’s and menus.)