
On 15.12.2015 18:52, Joe Hershberger wrote:
On Fri, Dec 11, 2015 at 5:43 AM, Michal Simek michal.simek@xilinx.com wrote:
Clear driver dependecies via Kconfig. Remove PHYLIB dependency from the driver.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Acked-by: Joe Hershberger joe.hershberger@ni.com
<snip>
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