From: Chris Packham Date: Thu, 17 May 2018 12:12:04 +0000 (+1200) Subject: net: MVGBE don't automatically select PHYLIB X-Git-Tag: v2018.07-rc1~134^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6e62ee04c37bb8d1726848c7fa9bcafb270e0f6;p=oweals%2Fu-boot.git net: MVGBE don't automatically select PHYLIB When Kconfig support was added for MVGBE it included automatically selected PHYLIB support. But MVGBE does not need PHYLIB it will build fine without it. Commit ed52ea507f12 ("net: add Kconfig for MVGBE") should have been a no-op in terms of build size but because of the selecting PHYLIB the openrd configs increased in size. Remove the automatic selection of PHYLIB, boards that need it will have already enabled it in their config header file. Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE") Signed-off-by: Chris Packham Reviewed-by: Tom Rini Acked-by: Joe Hershberger Signed-off-by: Stefan Roese --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c962d7a72c..f2cc75f494 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -181,7 +181,6 @@ config FTMAC100 config MVGBE bool "Marvell Orion5x/Kirkwood network interface support" depends on KIRKWOOD || ORION5X - select PHYLIB help This driver supports the network interface units in the Marvell Orion5x and Kirkwood SoCs