Re: [PATCH] net: phy: fix mdio-mscc-miim build

2020-07-13 Thread David Miller
From: Bartosz Golaszewski Date: Mon, 13 Jul 2020 17:12:07 +0200 > From: Bartosz Golaszewski > > PHYLIB is not selected by mdio-mscc-miim but it uses mdio devres helpers. > Explicitly select MDIO_DEVRES in this driver's Kconfig entry. > > Reported-by: kernel test robot > Fixes: 1814cff26739 ("

Re: [PATCH] net: phy: fix mdio-mscc-miim build

2020-07-13 Thread Andrew Lunn
On Mon, Jul 13, 2020 at 05:12:07PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > PHYLIB is not selected by mdio-mscc-miim but it uses mdio devres helpers. > Explicitly select MDIO_DEVRES in this driver's Kconfig entry. > > Reported-by: kernel test robot > Fixes: 1814cff26739

[PATCH] net: phy: fix mdio-mscc-miim build

2020-07-13 Thread Bartosz Golaszewski
From: Bartosz Golaszewski PHYLIB is not selected by mdio-mscc-miim but it uses mdio devres helpers. Explicitly select MDIO_DEVRES in this driver's Kconfig entry. Reported-by: kernel test robot Fixes: 1814cff26739 ("net: phy: add a Kconfig option for mdio_devres") Signed-off-by: Bartosz Golaszew