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

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

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.sam_gmac:152

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

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
    default 0 if ETH_SAM_GMAC
    depends on ETH_SAM_GMAC
    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.)