The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_PTP_CLOCK_SAM_GMAC

SAM GMAC PTP clock driver support

Type: bool

Help

Enable SAM GMAC PTP Clock support.

Direct dependencies

NET_GPTP && ETH_SAM_GMAC && NET_L2_ETHERNET

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/ethernet/Kconfig.sam_gmac:178

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:31

Menu path: (top menu) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver

config PTP_CLOCK_SAM_GMAC
    bool
    prompt "SAM GMAC PTP clock driver support" if NET_GPTP && ETH_SAM_GMAC && NET_L2_ETHERNET
    default "y" if NET_GPTP && ETH_SAM_GMAC && NET_L2_ETHERNET
    select PTP_CLOCK if NET_GPTP && ETH_SAM_GMAC && NET_L2_ETHERNET
    depends on NET_GPTP && ETH_SAM_GMAC && NET_L2_ETHERNET
    help
      Enable SAM GMAC PTP Clock support.

(Definitions include propagated dependencies, including from if’s and menus.)