:orphan: .. title:: PTP_CLOCK_SAM_GMAC .. option:: CONFIG_PTP_CLOCK_SAM_GMAC *SAM GMAC PTP clock driver support* Type: ``bool`` Help ==== Enable SAM GMAC PTP Clock support. Direct dependencies =================== \ :option:`NET_GPTP ` && \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`PTP_CLOCK ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.sam_gmac:123`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver .. parsed-literal:: config PTP_CLOCK_SAM_GMAC bool "SAM GMAC PTP clock driver support" default y select \ :option:`PTP_CLOCK ` depends on \ :option:`NET_GPTP ` && \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` help Enable SAM GMAC PTP Clock support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*