[U-Boot] [PATCH 5/5] net: gem: Add driver dependencies to PHYLIB and MII
Michal Simek
michal.simek at xilinx.com
Wed Dec 16 09:07:34 CET 2015
On 15.12.2015 18:52, Joe Hershberger wrote:
> On Fri, Dec 11, 2015 at 5:43 AM, Michal Simek <michal.simek at xilinx.com> wrote:
>> Clear driver dependecies via Kconfig. Remove PHYLIB dependency from
>> the driver.
>>
>> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
>
> Acked-by: Joe Hershberger <joe.hershberger at 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
More information about the U-Boot
mailing list