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.

Direct dependencies

PCIE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/pcie/host/Kconfig:64

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:34<Zephyr>/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.)