* [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions
@ 2014-09-30 7:03 Peter Chen
2014-10-08 11:46 ` Shawn Guo
0 siblings, 1 reply; 5+ messages in thread
From: Peter Chen @ 2014-09-30 7:03 UTC (permalink / raw)
To: linux-arm-kernel
USB Ethernet function at host mode
USB Media function(webcam) at host mode
USB Audio function at host mode
USB Serial function at host mode
USB EHSET driver at host mode (for OTG & EH Certification test)
Several USB Gadget functions:
- Configfs
- NCM
- Zero (used for test)
- Gadgetfs
- Serial
Above functions are built as module.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
arch/arm/configs/imx_v6_v7_defconfig | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 16cfec4..72ac582 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -130,6 +130,11 @@ CONFIG_SMC911X=y
CONFIG_SMSC911X=y
# CONFIG_NET_VENDOR_STMICRO is not set
CONFIG_AT803X_PHY=y
+CONFIG_USB_PEGASUS=m
+CONFIG_USB_RTL8150=m
+CONFIG_USB_RTL8152=m
+CONFIG_USB_USBNET=m
+CONFIG_USB_NET_CDC_EEM=m
CONFIG_BRCMFMAC=m
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_EVDEV=y
@@ -185,6 +190,8 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_RC_SUPPORT=y
CONFIG_RC_DEVICES=y
CONFIG_IR_GPIO_CIR=y
+CONFIG_MEDIA_USB_SUPPORT=y
+CONFIG_USB_VIDEO_CLASS=m
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_SOC_CAMERA=y
CONFIG_VIDEO_MX3=y
@@ -205,6 +212,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y
CONFIG_SOUND=y
CONFIG_SND=y
+CONFIG_SND_USB_AUDIO=m
CONFIG_SND_SOC=y
CONFIG_SND_IMX_SOC=y
CONFIG_SND_SOC_PHYCORE_AC97=y
@@ -220,11 +228,32 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_CHIPIDEA=y
CONFIG_USB_CHIPIDEA_UDC=y
CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_SERIAL=m
+CONFIG_USB_SERIAL_GENERIC=y
+CONFIG_USB_SERIAL_FTDI_SIO=m
+CONFIG_USB_SERIAL_OPTION=m
+CONFIG_USB_EHSET_TEST_FIXTURE=m
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_MXS_PHY=y
CONFIG_USB_GADGET=y
+CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS_SERIAL=y
+CONFIG_USB_CONFIGFS_ACM=y
+CONFIG_USB_CONFIGFS_OBEX=y
+CONFIG_USB_CONFIGFS_NCM=y
+CONFIG_USB_CONFIGFS_ECM=y
+CONFIG_USB_CONFIGFS_ECM_SUBSET=y
+CONFIG_USB_CONFIGFS_RNDIS=y
+CONFIG_USB_CONFIGFS_EEM=y
+CONFIG_USB_CONFIGFS_MASS_STORAGE=y
+CONFIG_USB_CONFIGFS_F_LB_SS=y
+CONFIG_USB_CONFIGFS_F_FS=y
+CONFIG_USB_ZERO=m
CONFIG_USB_ETH=m
+CONFIG_USB_G_NCM=m
+CONFIG_USB_GADGETFS=m
CONFIG_USB_MASS_STORAGE=m
+CONFIG_USB_G_SERIAL=m
CONFIG_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions
2014-09-30 7:03 [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions Peter Chen
@ 2014-10-08 11:46 ` Shawn Guo
2015-01-16 7:16 ` Peter Chen
2015-01-16 7:18 ` Peter Chen
0 siblings, 2 replies; 5+ messages in thread
From: Shawn Guo @ 2014-10-08 11:46 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 30, 2014 at 03:03:01PM +0800, Peter Chen wrote:
> USB Ethernet function at host mode
> USB Media function(webcam) at host mode
> USB Audio function at host mode
> USB Serial function at host mode
> USB EHSET driver at host mode (for OTG & EH Certification test)
> Several USB Gadget functions:
> - Configfs
> - NCM
> - Zero (used for test)
> - Gadgetfs
> - Serial
>
> Above functions are built as module.
>
> Signed-off-by: Peter Chen <peter.chen@freescale.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions
2014-10-08 11:46 ` Shawn Guo
@ 2015-01-16 7:16 ` Peter Chen
2015-01-16 7:18 ` Peter Chen
1 sibling, 0 replies; 5+ messages in thread
From: Peter Chen @ 2015-01-16 7:16 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Oct 8, 2014 at 7:46 PM, Shawn Guo <shawn.guo@freescale.com> wrote:
> On Tue, Sep 30, 2014 at 03:03:01PM +0800, Peter Chen wrote:
>> USB Ethernet function at host mode
>> USB Media function(webcam) at host mode
>> USB Audio function at host mode
>> USB Serial function at host mode
>> USB EHSET driver at host mode (for OTG & EH Certification test)
>> Several USB Gadget functions:
>> - Configfs
>> - NCM
>> - Zero (used for test)
>> - Gadgetfs
>> - Serial
>>
>> Above functions are built as module.
>>
>> Signed-off-by: Peter Chen <peter.chen@freescale.com>
>
> Applied, thanks.
>
Hi Shawn,
It seems this patch is missed by unknown reason, I can't find it at
current mainline.
--
BR,
Peter Chen
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions
2014-10-08 11:46 ` Shawn Guo
2015-01-16 7:16 ` Peter Chen
@ 2015-01-16 7:18 ` Peter Chen
2015-01-20 8:12 ` Shawn Guo
1 sibling, 1 reply; 5+ messages in thread
From: Peter Chen @ 2015-01-16 7:18 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Oct 8, 2014 at 7:46 PM, Shawn Guo <shawn.guo@freescale.com> wrote:
> On Tue, Sep 30, 2014 at 03:03:01PM +0800, Peter Chen wrote:
>> USB Ethernet function at host mode
>> USB Media function(webcam) at host mode
>> USB Audio function at host mode
>> USB Serial function at host mode
>> USB EHSET driver at host mode (for OTG & EH Certification test)
>> Several USB Gadget functions:
>> - Configfs
>> - NCM
>> - Zero (used for test)
>> - Gadgetfs
>> - Serial
>>
>> Above functions are built as module.
>>
>> Signed-off-by: Peter Chen <peter.chen@freescale.com>
>
> Applied, thanks.
>
(Using Shawn's current email address)
Hi Shawn,
It seems this patch is missed by unknown reason, I can't find it at
current mainline.
--
BR,
Peter Chen
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions
2015-01-16 7:18 ` Peter Chen
@ 2015-01-20 8:12 ` Shawn Guo
0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2015-01-20 8:12 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 16, 2015 at 03:18:44PM +0800, Peter Chen wrote:
> On Wed, Oct 8, 2014 at 7:46 PM, Shawn Guo <shawn.guo@freescale.com> wrote:
> > On Tue, Sep 30, 2014 at 03:03:01PM +0800, Peter Chen wrote:
> >> USB Ethernet function at host mode
> >> USB Media function(webcam) at host mode
> >> USB Audio function at host mode
> >> USB Serial function at host mode
> >> USB EHSET driver at host mode (for OTG & EH Certification test)
> >> Several USB Gadget functions:
> >> - Configfs
> >> - NCM
> >> - Zero (used for test)
> >> - Gadgetfs
> >> - Serial
> >>
> >> Above functions are built as module.
> >>
> >> Signed-off-by: Peter Chen <peter.chen@freescale.com>
> >
> > Applied, thanks.
> >
>
> (Using Shawn's current email address)
>
> Hi Shawn,
>
>
> It seems this patch is missed by unknown reason, I can't find it at
> current mainline.
I'm sorry. It got lost by accident.
Applied now.
Shawn
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-20 8:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 7:03 [PATCH 1/1] ARM: imx_v6_v7_defconfig: enable more USB functions Peter Chen
2014-10-08 11:46 ` Shawn Guo
2015-01-16 7:16 ` Peter Chen
2015-01-16 7:18 ` Peter Chen
2015-01-20 8:12 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).