:orphan: .. title:: CONFIG_PCIE_PTM .. kconfig:: CONFIG_PCIE_PTM CONFIG_PCIE_PTM ############### *Enable support for PCI(e) Precision Time Management (PTM)* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`PCIE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pcie/host/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:34`` → ``/pcie/Kconfig:3`` Menu path: (Top) → Device Drivers → Enable new PCI/PCIe Root Complex support .. code-block:: kconfig 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.)*