-
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 ifs and menus.)
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/ethernet/Kconfig.sam_gmac:115
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:51
Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver
config ETH_SAM_GMAC_PHY_ADDR
int "GMAC PHY Address"
default 0
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)