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

2017-02-12 Thread kbuild test robot
Hi Florian, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-phy-Allow-splitting-MDIO-bus-device-support-from-PHYs/20170210-115834 config: i386-randconfig-h1-02130126 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 2016

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

2017-02-09 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. When MDIO_DEVICE (MDIO bus/device