-
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.
Defaults¶
- 0 if
ETH_SAM_GMAC
Kconfig definition¶
At drivers/ethernet/Kconfig.sam_gmac:152
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:18
→ drivers/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" ifETH_SAM_GMAC
default 0 ifETH_SAM_GMAC
depends onETH_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.)