Re: [PATCH net-next] net: phy: Allow splitting MDIO bus/device support from PHYs

2017-02-06 Thread Florian Fainelli
On 02/06/2017 04:21 PM, Russell King - ARM Linux wrote: > On Mon, Feb 06, 2017 at 04:11:12PM -0800, Florian Fainelli wrote: >> Introduce a new configuration symbol: MDIO_DEVICE which allows building >> the MDIO devices and bus code, without pulling in the entire Ethernet >> PHY library and devices

Re: [PATCH net-next] net: phy: Allow splitting MDIO bus/device support from PHYs

2017-02-06 Thread Russell King - ARM Linux
On Mon, Feb 06, 2017 at 04:11:12PM -0800, Florian Fainelli wrote: > Introduce a new configuration symbol: MDIO_DEVICE which allows building > the MDIO devices and bus code, without pulling in the entire Ethernet > PHY library and devices code. > > PHYLIB nows select MDIO_DEVICE and the relevant Ma

[PATCH net-next] net: phy: Allow splitting MDIO bus/device support from PHYs

2017-02-06 Thread Florian Fainelli
Introduce a new configuration symbol: MDIO_DEVICE which allows building the MDIO devices and bus code, without pulling in the entire Ethernet PHY library and devices code. PHYLIB nows select MDIO_DEVICE and the relevant Makefile files are updated to reflect that. Signed-off-by: Florian Fainelli