
From: Yuiko Oshino yuiko.oshino@microchip.com
-----Original Message----- From: Tom Rini [mailto:trini@konsulko.com] Sent: Tuesday, April 04, 2017 10:46 AM To: Yuiko Oshino - C18177 Cc: u-boot@lists.denx.de; marex@denx.de Subject: Re: [U-Boot,v2] Add support for Microchip LAN78xx
On Fri, Mar 24, 2017 at 06:30:46PM +0000, Yuiko.Oshino@microchip.com wrote:
From: Yuiko Oshino yuiko.oshino@microchip.com
-----Original Message----- From: Tom Rini [mailto:trini@konsulko.com] Sent: Thursday, March 16, 2017 5:12 PM To: Yuiko Oshino - C18177 Cc: u-boot@lists.denx.de; marex@denx.de Subject: Re: [U-Boot,v2] Add support for Microchip LAN78xx
On Fri, Mar 10, 2017 at 06:38:10PM +0000, Yuiko.Oshino@microchip.com wrote:
From: Yuiko Oshino yuiko.oshino@microchip.com
Add support for Microchip LAN7800 and 7850, USB to 10/100/1000 Ethernet
Controllers
Signed-off-by: Yuiko Oshino yuiko.oshino@microchip.com Cc: Marek Vasut marex@denx.de
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