
17 May
2018
17 May
'18
11:08 a.m.
On 17.05.2018 11:03, Chris Packham wrote:
Not all users of MVGBE need PHYLIB and it increases the size of the openrd images too much.
Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE") Signed-off-by: Chris Packham judge.packham@gmail.com Cc: Tom Rini trini@konsulko.com Cc: Stefan Roese sr@denx.de
drivers/net/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c962d7a72c0c..f2cc75f494e8 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
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan