Re: [U-Boot] [PATCH] lan7xxx: Require phylib

2018-03-16 Thread Joe Hershberger
On Thu, Mar 15, 2018 at 10:16 PM, Tuomas Tynkkynen wrote: > Hi, > > On Thu, 15 Mar 2018 15:10:20 +0100 > Alexander Graf wrote: > >> The lan75xx and lan78xx drivers need to drive their phy via the generic >> phylib framework. Let's reflect that dependency in

Re: [U-Boot] [PATCH] lan7xxx: Require phylib

2018-03-15 Thread Tuomas Tynkkynen
Hi, On Thu, 15 Mar 2018 15:10:20 +0100 Alexander Graf wrote: > The lan75xx and lan78xx drivers need to drive their phy via the generic > phylib framework. Let's reflect that dependency in Kconfig, so that we > don't get build errors when phylib does not get selected. > >

Re: [U-Boot] [PATCH] lan7xxx: Require phylib

2018-03-15 Thread Joe Hershberger
On Thu, Mar 15, 2018 at 9:10 AM, Alexander Graf wrote: > The lan75xx and lan78xx drivers need to drive their phy via the generic > phylib framework. Let's reflect that dependency in Kconfig, so that we > don't get build errors when phylib does not get selected. > > Signed-off-by:

[U-Boot] [PATCH] lan7xxx: Require phylib

2018-03-15 Thread Alexander Graf
The lan75xx and lan78xx drivers need to drive their phy via the generic phylib framework. Let's reflect that dependency in Kconfig, so that we don't get build errors when phylib does not get selected. Signed-off-by: Alexander Graf --- drivers/usb/eth/Kconfig | 2 ++ 1 file