From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 16 Dec 2015 09:07:34 +0100 Subject: [U-Boot] [PATCH 5/5] net: gem: Add driver dependencies to PHYLIB and MII In-Reply-To: References: <8e33804ee7f05dc687a32efdf42934045a1f850a.1449834212.git.michal.simek@xilinx.com> Message-ID: <56711BC6.50304@xilinx.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 15.12.2015 18:52, Joe Hershberger wrote: > On Fri, Dec 11, 2015 at 5:43 AM, Michal Simek wrote: >> Clear driver dependecies via Kconfig. Remove PHYLIB dependency from >> the driver. >> >> Signed-off-by: Michal Simek > > Acked-by: Joe Hershberger > > > >> diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h >> index 50ac5f531c49..757ab3ac3aa4 100644 >> --- a/include/configs/xilinx_zynqmp.h >> +++ b/include/configs/xilinx_zynqmp.h >> @@ -186,9 +186,7 @@ >> /* Ethernet driver */ >> #if defined(CONFIG_ZYNQ_GEM) >> # define CONFIG_NET_MULTI >> -# define CONFIG_MII > > I guess this was already moved out from other zynq targets, right? This line has to stay there. The reason is that MII is not in Kconfig yet. I found it a little bit later. I will send v2 of this patch to fix it. Thanks, Michal