From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 7 Dec 2015 14:09:38 +0800 Subject: [U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig In-Reply-To: <1449407996-4062-1-git-send-email-thomas@wytron.com.tw> References: <1449407996-4062-1-git-send-email-thomas@wytron.com.tw> Message-ID: <1449468578.2140.0.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-12-06 at 21:19 +0800, Thomas Chou wrote: > 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. > > Reported-by: Pavel Machek > Signed-off-by: Thomas Chou > --- > drivers/net/Kconfig | 1 + > include/configs/axs101.h | 1 - > include/configs/bf609-ezkit.h | 1 - > include/configs/galileo.h | 1 - > include/configs/socfpga_common.h | 1 - > include/configs/spear-common.h | 1 - > include/configs/stv0991.h | 1 - > include/configs/sunxi-common.h | 1 - > include/configs/tb100.h | 1 - > include/configs/x600.h | 1 - > 10 files changed, 1 insertion(+), 9 deletions(-) > Acked-by: Chin Liang See Thanks Chin Liang