The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ETH_SAM_GMAC_PHY_ADDR

GMAC PHY Address

Type: int

Help

GMAC PHY Address as used by IEEE 802.3, Section 2 MII compatible PHY transceivers. If you have a single PHY on board it is safe to leave it at 0 which is the broadcast address.

Direct dependencies

ETH_SAM_GMAC && NET_L2_ETHERNET

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

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.sam_gmac:170

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

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

config ETH_SAM_GMAC_PHY_ADDR
    int
    prompt "GMAC PHY Address" if ETH_SAM_GMAC && NET_L2_ETHERNET
    default 0 if ETH_SAM_GMAC && NET_L2_ETHERNET
    depends on ETH_SAM_GMAC && NET_L2_ETHERNET
    help
      GMAC PHY Address as used by IEEE 802.3, Section 2 MII compatible PHY
      transceivers. If you have a single PHY on board it is safe to leave it
      at 0 which is the broadcast address.

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