]> git.sur5r.net Git - u-boot/commit
eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MXC_PHYADDR
authorLukasz Majewski <lukma@denx.de>
Sun, 15 Apr 2018 19:45:54 +0000 (21:45 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 26 Apr 2018 07:27:22 +0000 (09:27 +0200)
commit178d4f009990feeb01cb2d0002faf6dcca221968
tree0c9999d9e6be1d9c8221fae8f77db73507e2f66e
parentf3c326287e3e32f7ffcf2286462793a554b158c4
eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MXC_PHYADDR

Without this commit we do have an explicit dependency on CONFIG_PHYLIB
when one wants to set PHY ADDR on a iMX board (FEC + driver model).

This shall be changed to CONFIG_FEC_MXC_PHYADDR, as only when we do have
it set, we shall mask out other devices.

As a side effect, when CONFIG_FEC_MXC_PHYADDR is not set, we scan PHY bus
for connected PHY devices.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
drivers/net/fec_mxc.c