From: Yuiko Oshino <[email protected]> >-----Original Message----- >From: Tom Rini [mailto:[email protected]] >Sent: Tuesday, April 04, 2017 10:46 AM >To: Yuiko Oshino - C18177 >Cc: [email protected]; [email protected] >Subject: Re: [U-Boot,v2] Add support for Microchip LAN78xx > >On Fri, Mar 24, 2017 at 06:30:46PM +0000, [email protected] >wrote: >> From: Yuiko Oshino <[email protected]> >> >-----Original Message----- >> >From: Tom Rini [mailto:[email protected]] >> >Sent: Thursday, March 16, 2017 5:12 PM >> >To: Yuiko Oshino - C18177 >> >Cc: [email protected]; [email protected] >> >Subject: Re: [U-Boot,v2] Add support for Microchip LAN78xx >> > >> >On Fri, Mar 10, 2017 at 06:38:10PM +0000, [email protected] >> >wrote: >> > >> >> From: Yuiko Oshino <[email protected]> >> >> >> >> Add support for Microchip LAN7800 and 7850, USB to 10/100/1000 >> >> Ethernet >> >Controllers >> >> >> >> Signed-off-by: Yuiko Oshino <[email protected]> >> >> Cc: Marek Vasut <[email protected]> >> >> --- >> >> Changes for v2: >> >> - lan78xx.c header comment cleanup >> >> >> >> drivers/usb/eth/Makefile | 1 + >> >> drivers/usb/eth/lan78xx.c | 1319 >> >++++++++++++++++++++++++++++++++++++++++++ >> >> drivers/usb/eth/usb_ether.c | 7 + >> >> include/usb_ether.h | 6 + >> >> scripts/config_whitelist.txt | 1 + >> > >> >NAK. You don't add to the whitelist, you start adding to Kconfig. >> >Thanks! >> > >> >-- >> >Tom >> >> Hi Tom, >> There is no Kconfig in the drivers/usb/eth. Should I add a new Kconfig file >> in >there? >> Please advise. >> Thank you in advance. > >Sorry for the late reply, yes, please add a new Kconfig entry (and include it >from somewhere reasonable). > >-- >Tom
Thank you for your reply, Tom. Will do that. Yuiko _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

