From patchwork Thu Sep 26 01:41:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 278074 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 2965A2C032E for ; Thu, 26 Sep 2013 11:46:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E98354A09F; Thu, 26 Sep 2013 03:46:02 +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 7TpuS2Xur7ka; Thu, 26 Sep 2013 03:46:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8F91B4A0A5; Thu, 26 Sep 2013 03:45:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 898F54A0A2 for ; Thu, 26 Sep 2013 03:45:51 +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 f-Gv3e6pwdLn for ; Thu, 26 Sep 2013 03:45:46 +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-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by theia.denx.de (Postfix) with ESMTPS id 5ADAF4A098 for ; Thu, 26 Sep 2013 03:45:39 +0200 (CEST) Received: by mail-pb0-f53.google.com with SMTP id up15so430401pbc.26 for ; Wed, 25 Sep 2013 18:45:37 -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=11VKK+/FU+5eQMfQT58QJ74pJAP+7rQyUna1sAuleWE=; b=Ka7o4CwpJDgNtN5sTx9bmMuKZuqnnQOFTEYsqzMAeL+m+JlHn4jmJuWGHcK2QlHpqs uqQXnmpNT8JY75A2Q0gSW/EXZE5oLWSArGljl0iuRMXGPJDU+mvhQbiqt8j2oMX4ORDQ xh+m33zZbZQNL9Pibgzn0w6sv2U4NqRogb24xKvabQwN+Dxk8uuPRhypOeANlo66A5Lk kubPpi8iNyXvTre+O14pcESpsWkfpOixRwz2aUmNtPNhadek9tGK4Kp7lIBRxBdfXz/2 xe7RowneLe7Amam6prds6PXkUFyy6gdGH4wFjcY7AcqRH4Y322/BaGxY/XdsIo2yx+2A e2VQ== X-Gm-Message-State: ALoCoQkbPf1ainJBe0mVX0mSsWmLmhhrtvy0+f01km8ForBAedyPE1g9KAKB2cX8VG/G7sw5IWPD X-Received: by 10.68.216.227 with SMTP id ot3mr36776930pbc.80.1380159937632; Wed, 25 Sep 2013 18:45:37 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id im2sm50635675pbd.31.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 25 Sep 2013 18:45:37 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1VP0a4-0006uE-VC; Wed, 25 Sep 2013 18:41:25 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Wed, 25 Sep 2013 18:41:18 -0700 Message-Id: <1380159678-26416-19-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1380159678-26416-1-git-send-email-troy.kisky@boundarydevices.com> References: <1380159678-26416-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 V5 18/18] 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 v5: no change --- include/configs/nitrogen6x.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 2e5ae13..a08eea6 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