From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 3 Oct 2012 23:32:57 +0200 Subject: [U-Boot] [PATCH v6] h2200: Add USB CDC ethernet support In-Reply-To: <506CA9BC.7010606@gmail.com> References: <506C0A82.5050301@gmail.com> <201210032202.07594.marex@denx.de> <506CA9BC.7010606@gmail.com> Message-ID: <201210032332.57726.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear ?ukasz Da?ek, > On 03.10.2012 22:02, Marek Vasut wrote: > > Dear ?ukasz Da?ek, > > > >> On 03.10.2012 21:40, Marek Vasut wrote: > >>> Dear ?ukasz Da?ek, > >>> > >>> [...] > >>> > >>>>>> Why do I have to remove CONFIG_H2200_USBETH? If I do so, I'm not be > >>>>>> able to disable USB ethernet support. > >>>>> > >>>>> Why would you disable it? > >>>> > >>>> Because of other gadgets, e.g. ttyACM > >>> > >>> Can't these co-exist? > >>> > >>> Best regards, > >>> Marek Vasut > >> > >> No they can't. > > > > Not even with the composite driver ? What's ttyacm and where is it in > > u-boot btw ? > > > > Best regards, > > Marek Vasut > > As far as I know they can't exists on pxa25x. I don't know how about > pxa27x. > > ttyacm is a serial over usb. > > Driver exists in u-boot for pxa27x (gadget/usb/pxa27x_udc.c) but I have > my own > for pxa25x not published. Your own... what? Check the composite driver, add the ifdefs when you need them, not prematurely. Best regards, Marek Vasut