linux/drivers/net/ethernet/freescale/dpaa
Arnd Bergmann 99352c79af net: freescale: select CONFIG_FIXED_PHY where needed
I ran into a randconfig build failure with CONFIG_FIXED_PHY=m
and CONFIG_GIANFAR=y:

x86_64-linux-ld: drivers/net/ethernet/freescale/gianfar.o:(.rodata+0x418): undefined reference to `fixed_phy_change_carrier'

It seems the same thing can happen with dpaa and ucc_geth, so change
all three to do an explicit 'select FIXED_PHY'.

The fixed-phy driver actually has an alternative stub function that
theoretically allows building network drivers when fixed-phy is
disabled, but I don't see how that would help here, as the drivers
presumably would not work then.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-05-09 15:47:21 -07:00
..
dpaa_eth_sysfs.c dpaa_eth: use only one buffer pool per interface 2019-10-31 12:13:33 -07:00
dpaa_eth_trace.h dpaa_eth: add trace points 2016-11-15 22:34:25 -05:00
dpaa_eth.c dpaa_eth: Make dpaa_a050385_wa static 2020-03-30 10:53:09 -07:00
dpaa_eth.h dpaa_eth: use only one buffer pool per interface 2019-10-31 12:13:33 -07:00
dpaa_ethtool.c net: dpaa: reject unsupported coalescing params 2020-03-12 11:32:35 -07:00
Kconfig net: freescale: select CONFIG_FIXED_PHY where needed 2020-05-09 15:47:21 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00