:orphan: .. title:: ETH_SAM_GMAC_PHY_ADDR .. option:: 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 =================== \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.sam_gmac:115`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver .. parsed-literal:: config ETH_SAM_GMAC_PHY_ADDR int "GMAC PHY Address" default 0 depends on \ :option:`ETH_SAM_GMAC ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*