From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 5 Aug 2015 17:55:27 +0200 Subject: [U-Boot] [PATCH v2] dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression In-Reply-To: <1438788334.2747.8.camel@toradex.com> References: <201508051719.31182.marex@denx.de> <1438788334.2747.8.camel@toradex.com> Message-ID: <201508051755.28088.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 On Wednesday, August 05, 2015 at 05:25:35 PM, Marcel Ziswiler wrote: > On Wed, 2015-08-05 at 17:19 +0200, Marek Vasut wrote: > > Dumb question -- won't it make more sense to add USB_HOST_ETHER > > Kconfig > > option and make it depend on CONFIG_DM_USB ? > > I don't think it depends on this. As I understand currently one would > be able to run a) USB_HOST_ETHER either without DM_USB at all, b) with > just DM_USB (e.g. as currently the case on Colibri T20/T30) or c) later > even with DM_ETH which then might depend on DM_USB as well. OK, I see, makes sense. Thanks for clarifying this chaos :) Best regards, Marek Vasut