CONFIG_PCIE_PTM¶
Enable support for PCI(e) Precision Time Management (PTM)
Type: bool
Help¶
This will enable support both PTM root and PTM requester features.
Up to the PCIe device driver to enable its PTM requester capability.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pcie/host/Kconfig:64
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:34
→ drivers/pcie/Kconfig:3
Menu path: (Top) → Device Drivers → Enable new PCI/PCIe Root Complex support
config PCIE_PTM
bool "Enable support for PCI(e) Precision Time Management (PTM)"
depends on PCIE
help
This will enable support both PTM root and PTM requester features.
Up to the PCIe device driver to enable its PTM requester capability.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)