CONFIG_ETH_E1000_PTP_CLOCK

Enable PTP clock driver support [EXPERIMENTAL]

Type: bool

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.

Direct dependencies

PTP_CLOCK && ETH_E1000 && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig.e1000:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:50

Menu path: (Top) → Device Drivers → Ethernet Drivers → Intel(R) PRO/1000 Gigabit Ethernet driver

config ETH_E1000_PTP_CLOCK
    bool "Enable PTP clock driver support [EXPERIMENTAL]"
    default y
    select EXPERIMENTAL
    depends on PTP_CLOCK && ETH_E1000 && 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.)