-
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: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_PCP bool prompt "Enable Apollo Lake PRV_CLOCK_PARAMS (PCP) support" ifSOC_APOLLO_LAKE
&&UART_NS16550
&&SERIAL
depends onSOC_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.)