Re: [PATCH] net: HNS: fix MDIO dependencies

2015-10-14 Thread David Miller
From: Arnd Bergmann Date: Fri, 09 Oct 2015 14:53:54 +0200 > The newly introduced HNS_MDIO Kconfig symbol selects 'MDIO', but > that is the wrong symbol as the code used by this driver is > provided by PHYLIB rather than the MDIO driver. Also, there is > no need to make this driver user selectable

[PATCH] net: HNS: fix MDIO dependencies

2015-10-09 Thread Arnd Bergmann
The newly introduced HNS_MDIO Kconfig symbol selects 'MDIO', but that is the wrong symbol as the code used by this driver is provided by PHYLIB rather than the MDIO driver. Also, there is no need to make this driver user selectable, because it is already selected by all drivers that need it. This