From patchwork Tue Jun 21 08:05:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 9189759 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 239A96075E for ; Tue, 21 Jun 2016 08:07:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1464B27F93 for ; Tue, 21 Jun 2016 08:07:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0901527FA8; Tue, 21 Jun 2016 08:07:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5452727F93 for ; Tue, 21 Jun 2016 08:07:45 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bFGhb-0001RZ-0s; Tue, 21 Jun 2016 08:06:31 +0000 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bFGhW-0001Fc-R3 for linux-arm-kernel@lists.infradead.org; Tue, 21 Jun 2016 08:06:29 +0000 Received: by mail-lb0-x231.google.com with SMTP id oe3so5156957lbb.1 for ; Tue, 21 Jun 2016 01:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=boundarydevices-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=rxVVvGWr5AJIVsqaTDeau2UzuSF8gl3cbBqivBglCAU=; b=ZFxXriT225ywC0/xEVJa582PAM/G+8vglhJ4bv/D85t6Q1WlmotRqYWRk4o66ngmil SjhlVwal+VY1h6sOik40wT2tj9cVs0LbZk9E4iwVHuL5Ba6e+HCvm4zsclqGcutFzDR8 sWoieqKCjZxwMO1D6Isn0x4oQRh4pDn7ykfeTIg0bIzotw5XpN9SMQYqBhEbIEVEUmOA k49zsK/024RxMUEHd+zK3+H6fwEzlJ+7WetfV8a6m6bHZFl1VDtPNHnZZe5inX8irY50 LjrJGL4ng7iXKxsNsr0CTortZI7rTpEWVE+rUMkoWUrKceKfix47SpgJHOBdgIOtkQyx WpVA== 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; bh=rxVVvGWr5AJIVsqaTDeau2UzuSF8gl3cbBqivBglCAU=; b=lgvO74mLQP5MDhNLasXqOUCk1r+/V1EkLbuQj7Tkly1AKz5ConNoVbza8ttaRji7rV Pkjnrdie6EMJtxfHytzeiWZ/p5AX+kYz1PnVq8PuzwdKdgBlJCj25IUvVwh5/RENdp0G P2fxUQjJ3F7x9W+kGaiR+1w9De4qux0sNls9sw0GCZs8eNwFq6GIWFhr/2gp2XsM18lF BXLMTAWt0+VPoYZPJU5T0AUMqXUgxwlROdblH98+lLWPiNHmG2QWyVUOYAE4tXiBZF2u F0C3sdQhV3Elorauueun+2cG33VXRwF3Rvh9N/Rq0/uwz1JJnfAwY8cUa3Q2ma/QuhJQ jEwg== X-Gm-Message-State: ALyK8tJZFQC+R9BZk2v7TUvoESHpIMLpJ6qAJ+w1WaDB990R7lWRTkDB0c6hs193K7vpDw== X-Received: by 10.194.13.163 with SMTP id i3mr17334971wjc.97.1466496364106; Tue, 21 Jun 2016 01:06:04 -0700 (PDT) Received: from t450s.lan (89-92-156-188.hfc.dyn.abo.bbox.fr. [89.92.156.188]) by smtp.googlemail.com with ESMTPSA id kd7sm67563741wjc.33.2016.06.21.01.06.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Jun 2016 01:06:02 -0700 (PDT) From: Gary Bisson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: imx_v6_v7_defconfig: enable USB FFS gadget Date: Tue, 21 Jun 2016 10:05:57 +0200 Message-Id: <1466496357-17006-1-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.8.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160621_010627_128886_8FEFA74A X-CRM114-Status: UNSURE ( 9.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gary Bisson , shawnguo@kernel.org, kernel@pengutronix.de MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The USB Function FS gadget can be very useful for debugging. For instance, the adbd daemon can leverage this gadget to offer an ADB connection to the platform over USB. Note that adbd is available on many OS/build systems: - Ubuntu: see android-tools-adbd package [1] - Yocto: see meta-smartphone android-tools recipe [2] - Buildroot: see android-tools package [3] [1] http://packages.ubuntu.com/trusty/android-tools-adbd [2] https://github.com/shr-distribution/meta-smartphone/tree/shr/meta-android/recipes-android/android-tools [3] https://git.buildroot.net/buildroot/tree/package/android-tools Signed-off-by: Gary Bisson --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index eaabae2..89424a7 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -296,6 +296,7 @@ CONFIG_USB_ZERO=m CONFIG_USB_ETH=m CONFIG_USB_G_NCM=m CONFIG_USB_GADGETFS=m +CONFIG_USB_FUNCTIONFS=m CONFIG_USB_MASS_STORAGE=m CONFIG_USB_G_SERIAL=m CONFIG_MMC=y