From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xst4g-0000bv-Ox for barebox@lists.infradead.org; Mon, 24 Nov 2014 12:49:03 +0000 Date: Mon, 24 Nov 2014 13:48:40 +0100 From: Sascha Hauer Message-ID: <20141124124840.GD30369@pengutronix.de> References: <1416827220-3103-1-git-send-email-l.stach@pengutronix.de> <1416827220-3103-9-git-send-email-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1416827220-3103-9-git-send-email-l.stach@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 08/20] arm: imx: pca100: select USB ULPI support To: Lucas Stach Cc: barebox@lists.infradead.org On Mon, Nov 24, 2014 at 12:06:48PM +0100, Lucas Stach wrote: > Signed-off-by: Lucas Stach > --- > arch/arm/mach-imx/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index cdc1dba34fec..39637bee8b6d 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -189,6 +189,8 @@ config MACH_PCA100 > select ARCH_IMX27 > select HAVE_DEFAULT_ENVIRONMENT_NEW > select ARCH_IMX_EXTERNAL_BOOT_NAND > + select USB_HOST > + select USB_ULPI You probably did this because the boardcode initializes the ULPI phys. I think it would be better to only initialize the phys when USB_ULPI is enabled so that we can build the phycard without USB support. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox