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

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

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/ethernet/Kconfig.sam_gmac:160

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/ethernet/Kconfig:38

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
    default "y" if NET_GPTP && ETH_SAM_GMAC
    select PTP_CLOCK if NET_GPTP && ETH_SAM_GMAC
    depends on NET_GPTP && ETH_SAM_GMAC
    help
      Enable SAM GMAC PTP Clock support.

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