From 25af71c4bfcd54a88cc9098f23416fe9d1f7d80c Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Mon, 7 Dec 2015 20:53:29 +0800 Subject: net: eth_designware: select PHYLIB in Kconfig Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB from legacy board header files. This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE are selected. Signed-off-by: Thomas Chou Reported-by: Pavel Machek Acked-by: Chin Liang See Acked-by: Pavel Machek Tested-by: Pavel Machek Reviewed-by: Bin Meng --- include/configs/axs101.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/axs101.h') diff --git a/include/configs/axs101.h b/include/configs/axs101.h index 650d97d17f2..eeb2ae63530 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -95,7 +95,6 @@ /* * Ethernet PHY configuration */ -#define CONFIG_PHYLIB #define CONFIG_MII #define CONFIG_PHY_GIGE -- cgit v1.2.3 From 4c9ae24fe8e171b87389cae596b07423e5a0ea73 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 20 Dec 2015 03:59:41 +0100 Subject: net: designware: Zap CONFIG_DW_AUTONEG This symbol is not used anywhere, so remove it. For spear600, remove it from the board file, since the symbol is not defined for spear600 either. Signed-off-by: Marek Vasut Cc: Dinh Nguyen Cc: Joe Hershberger --- include/configs/axs101.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/axs101.h') diff --git a/include/configs/axs101.h b/include/configs/axs101.h index eeb2ae63530..ee2a9c04336 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -98,11 +98,6 @@ #define CONFIG_MII #define CONFIG_PHY_GIGE -/* - * Ethernet configuration - */ -#define CONFIG_DW_AUTONEG - /* * Commands still not supported in Kconfig */ -- cgit v1.2.3