diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-07-26 18:13:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-28 03:20:19 +0300 |
commit | 4c3464a8c31829e6e7efbf8258dc062f761509d7 (patch) | |
tree | 0a414036df692f0c361b894cedb8a7e81459d671 /scripts/Makefile.host | |
parent | 6b84202c946cd3da3a8daa92c682510e9ed80321 (diff) | |
download | linux-4c3464a8c31829e6e7efbf8258dc062f761509d7.tar.xz |
net: phy: rework Kconfig settings for MDIO_BUS
I still see build errors in randconfig builds and have had this
patch for a while to locally work around it:
drivers/built-in.o: In function `xgene_mdio_probe':
mux-core.c:(.text+0x352154): undefined reference to `of_mdiobus_register'
mux-core.c:(.text+0x352168): undefined reference to `mdiobus_free'
mux-core.c:(.text+0x3521c0): undefined reference to `mdiobus_alloc_size'
The idea is that CONFIG_MDIO_BUS now reflects whether the mdio_bus
code is built-in or a module, and other drivers that use the core
code can simply depend on that, instead of having a complex
dependency line.
Fixes: 90eff9096c01 ("net: phy: Allow splitting MDIO bus/device support from PHYs")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/Makefile.host')
0 files changed, 0 insertions, 0 deletions