:orphan: .. title:: ETH_E1000_PTP_CLOCK .. option:: CONFIG_ETH_E1000_PTP_CLOCK *Enable PTP clock driver support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable PTP clock support. This is still a dummy that is only used for debugging and currently does not do any real PTP activities. Direct dependencies =================== \ :option:`PTP_CLOCK ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/ethernet/Kconfig.e1000:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:50`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. code-block:: kconfig config ETH_E1000_PTP_CLOCK bool "Enable PTP clock driver support [EXPERIMENTAL]" default y depends on PTP_CLOCK && NET_L2_ETHERNET help Enable PTP clock support. This is still a dummy that is only used for debugging and currently does not do any real PTP activities. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*