:orphan: .. title:: CONFIG_PTP_CLOCK_SAM_GMAC .. kconfig:: CONFIG_PTP_CLOCK_SAM_GMAC CONFIG_PTP_CLOCK_SAM_GMAC ######################### *SAM GMAC PTP clock driver support* Type: ``bool`` Help ==== .. code-block:: none Enable SAM GMAC PTP Clock support. Direct dependencies =================== \ :kconfig:`PTP_CLOCK ` && \ :kconfig:`ETH_SAM_GMAC ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/ethernet/Kconfig.sam_gmac:108`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver .. code-block:: kconfig config PTP_CLOCK_SAM_GMAC bool "SAM GMAC PTP clock driver support" default y depends on PTP_CLOCK && ETH_SAM_GMAC && NET_L2_ETHERNET help Enable SAM GMAC PTP Clock support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*