From patchwork Sun Oct 7 17:16:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1561871 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 4D3453FC1A for ; Sun, 7 Oct 2012 17:18:31 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TKuT1-0008W2-FD; Sun, 07 Oct 2012 17:16:39 +0000 Received: from mail-gh0-f177.google.com ([209.85.160.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TKuSu-0008Sb-3j for linux-arm-kernel@lists.infradead.org; Sun, 07 Oct 2012 17:16:34 +0000 Received: by mail-gh0-f177.google.com with SMTP id f20so918972ghb.36 for ; Sun, 07 Oct 2012 10:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=TYXbt5UchdrFhor/+8aM/DQ+InKPXULA70QK776V4fA=; b=i7S2o7bsynLmOk/HWR4KU9wxbOad6EyVNXiPfgvh2EPJEz68Aa9yyKzG5ruKkIsxXR WLQ567Ic9CjRdgIQLuNEFweIn4ViTC1fLmoTO2rXFPn7M4J4RtCZeR8puhx7Ife6L4Rs aTtSgglo1+sHIde25ZaLwZvf1dyB70rUYZHY0cLxIVK8prfxRYNTzsI7kGWOoUsKF+c/ RxAJYi77p2wedAdCoq1OeolffEhUPRkVqsSqBLhaoE2lePsVZ1053Tv/EJEI+9bMQF7F mjNf4X0uDpDyg99UIudYKXnNpmA/CobAFjMDVG29pECyUbdqicIH8QzlmezOIQ9spadM 4f1Q== Received: by 10.236.133.47 with SMTP id p35mr13889088yhi.5.1349630190727; Sun, 07 Oct 2012 10:16:30 -0700 (PDT) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id o13sm3561232ang.1.2012.10.07.10.16.29 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 07 Oct 2012 10:16:30 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH v2] ARM: mxs_defconfig: Improve USB related support Date: Sun, 7 Oct 2012 14:16:23 -0300 Message-Id: <1349630183-29297-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.177 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Fabio Estevam Select the following USB related options: - USB Ethernet adapter (needed for mx23-olinuxino) - Native language support (needed for mounting USB pen drives, for example) Signed-off-by: Fabio Estevam --- Changes since v1: - Drop USB camera support arch/arm/configs/mxs_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 048aaca..7bf5351 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -61,6 +61,8 @@ CONFIG_MTD_NAND_GPMI_NAND=y CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y CONFIG_ENC28J60=y +CONFIG_USB_USBNET=y +CONFIG_USB_NET_SMSC95XX=y # CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set # CONFIG_WLAN is not set @@ -158,6 +160,10 @@ CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_850=y +CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_ISO8859_15=y CONFIG_PRINTK_TIME=y CONFIG_FRAME_WARN=2048 CONFIG_MAGIC_SYSRQ=y