Re: [linux-usb-devel] [PATCH] Make Ethernet Gadget depend on CONFIG_NET

2003-10-09 Thread Greg KH
On Tue, Oct 07, 2003 at 09:59:08PM -0700, Noah J. Misch wrote: > Greetings, > > Trivial. Present in linux-2.6.0-test6 and in usb-2.5 BK as of 12:30 AM 10/8/03. > > Previously, one could configure a kernel that wouldn't link by doing a 'make > allnoconfig' and then a 'make menuconfig' and enablin

[linux-usb-devel] [PATCH] Make Ethernet Gadget depend on CONFIG_NET

2003-10-07 Thread Noah J. Misch
Greetings, Trivial. Present in linux-2.6.0-test6 and in usb-2.5 BK as of 12:30 AM 10/8/03. Previously, one could configure a kernel that wouldn't link by doing a 'make allnoconfig' and then a 'make menuconfig' and enabling CONFIG_EXPERIMENTAL, CONFIG_PCI, CONFIG_USB_GADGET, and CONFIG_USB_ETH.