From patchwork Fri Sep 20 03:29:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 276202 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id E4C762C0112 for ; Fri, 20 Sep 2013 13:38:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AF4ED4A19E; Fri, 20 Sep 2013 05:38:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QUV5yK-21cdI; Fri, 20 Sep 2013 05:38:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3272D4A172; Fri, 20 Sep 2013 05:38:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 32B294A172 for ; Fri, 20 Sep 2013 05:38:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LR2e8xvzcDw6 for ; Fri, 20 Sep 2013 05:38:11 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by theia.denx.de (Postfix) with ESMTPS id 3E33A4A167 for ; Fri, 20 Sep 2013 05:38:05 +0200 (CEST) Received: by mail-pb0-f47.google.com with SMTP id rr4so9189267pbb.34 for ; Thu, 19 Sep 2013 20:38:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=o4si9rK0R2H/ZuyWc+CfyaYFe2pb3SAsh9U1xqDoH2U=; b=ZNUDPrFHOVUIH0GPE/cs4enjqS8FrDvbtnKY84o5uqmjZimQWKNyIqKqkII+0S+oQl fS366YWY2Kl2Fw39TMKA5YUNxJS19mLgrXPubTxaN72/jBJ0Nfpx/Lxlff8WFm8uyidN 9abgsU1QTrOaQLNFFFwKrk6eAOOMcdIyEnW97JxgiFuz553WIwryC6TiRWckmvGw3YTI ZJmoAfGBSIoYa728nhKZSnkIr72ztTTJQIyux7jMCcUz38b7y0mjedLO9mEEJZn/1kEY bog5sJtE0WbZ+9aQkVHhVDIP+gGqkbmXkVhfxg6k1lHDT6eNw7lPL7hjJtnEKob3WWAv 7kIQ== X-Gm-Message-State: ALoCoQnVomfWr0fjLfz1qujW69B9YNoDDop2At11OJ2va3ko4j4baYWxriTH0gUd7Dqm5zk4M9dZ X-Received: by 10.66.49.68 with SMTP id s4mr6322695pan.98.1379647852474; Thu, 19 Sep 2013 20:30:52 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id ha10sm12626529pbc.23.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 19 Sep 2013 20:30:51 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1VMrPe-0000iO-Vm; Thu, 19 Sep 2013 20:29:47 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 19 Sep 2013 20:29:40 -0700 Message-Id: <1379647780-2623-18-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1379647780-2623-1-git-send-email-troy.kisky@boundarydevices.com> References: <1379647780-2623-1-git-send-email-troy.kisky@boundarydevices.com> Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V4 17/17] nitrogen6x: add CONFIG_MV_UDC X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Also, add other USB related config items. Signed-off-by: Troy Kisky --- v4: Updated commit message --- include/configs/nitrogen6x.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index b1ca91e..06f173e 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -30,6 +30,12 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_GPIO +#define CONFIG_MV_UDC +#define CONFIG_USBD_HS +#define CONFIG_USB_GADGET_DUALSPEED +#define CONFIG_USB_ETHER +#define CONFIG_USB_ETH_CDC +#define CONFIG_NETCONSOLE #define CONFIG_CMD_FUSE #ifdef CONFIG_CMD_FUSE