[PATCH] net: HNS: fix MDIO dependencies
David Miller
davem at davemloft.net
Mon Oct 12 05:41:38 PDT 2015
From: Arnd Bergmann <arnd at arndb.de>
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, because it is already
> selected by all drivers that need it.
>
> This changes the Kconfig file to select the correct library, and
> to make the option silent.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Fixes: 5b904d39406 ("net: add Hisilicon Network Subsystem MDIO support")
Applied, thanks.
More information about the linux-arm-kernel
mailing list