All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx_v6_v7_defconfig: enable USB FFS gadget
@ 2016-06-21  8:05 Gary Bisson
  2016-06-21 13:48 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Bisson @ 2016-06-21  8:05 UTC (permalink / raw)
  To: linux-arm-kernel

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 <gary.bisson@boundarydevices.com>
---
 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
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: imx_v6_v7_defconfig: enable USB FFS gadget
  2016-06-21  8:05 [PATCH] ARM: imx_v6_v7_defconfig: enable USB FFS gadget Gary Bisson
@ 2016-06-21 13:48 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2016-06-21 13:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 21, 2016 at 10:05:57AM +0200, Gary Bisson wrote:
> 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 <gary.bisson@boundarydevices.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-21 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-21  8:05 [PATCH] ARM: imx_v6_v7_defconfig: enable USB FFS gadget Gary Bisson
2016-06-21 13:48 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.