Re: [PATCH net] net: phy: Re-parent menus for MDIO bus drivers correctly

From: David Miller
Date: Sat Mar 23 2019 - 21:16:44 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Thu, 21 Mar 2019 16:34:44 -0700

> After 90eff9096c01 ("net: phy: Allow splitting MDIO bus/device support
> from PHYs") the various MDIO bus drivers were no longer parented with
> config PHYLIB but with config MDIO_BUS which is not a menuconfig, fix
> this by depending on MDIO_DEVICE which is a menuconfig.
>
> This is visually nicer and less confusing for users.
>
> Fixes: 90eff9096c01 ("net: phy: Allow splitting MDIO bus/device support from PHYs")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied.