From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Tue, 23 Apr 2013 22:00:06 +0400 Subject: [PATCH v3 4/4] ARM: shmobile: BOCK-W: enable USB in defconfig In-Reply-To: <20130422040043.GJ15680@verge.net.au> References: <201304170135.10251.sergei.shtylyov@cogentembedded.com> <20130418140552.GO20929@verge.net.au> <5170789D.5020108@cogentembedded.com> <20130419021414.GB25718@verge.net.au> <5171A7D8.2010000@cogentembedded.com> <20130422040043.GJ15680@verge.net.au> Message-ID: <5176CC26.8010705@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 04/22/2013 08:00 AM, Simon Horman wrote: >>>>>> Enable USB platform EHCI/OHCI and common PHY drivers in 'bockw_defconfig'. >>>>>> Enable USB storage driver and SCSI disk driver that it needs as well... >>>>>> >>>>>> Signed-off-by: Sergei Shtylyov >>>>> I realise that this is not going to be useful until the rest >>>>> of the series has been merged. But regardless I have pre-emptively >>>>> queued it up for v3.11 in the defconfig-bockw branch. >>>>>> --- >>>>>> arch/arm/configs/bockw_defconfig | 11 ++++++++++- >>>>>> 1 file changed, 10 insertions(+), 1 deletion(-) >>>>>> >>>>>> Index: renesas/arch/arm/configs/bockw_defconfig >>>>>> =================================================================== >>>>>> --- renesas.orig/arch/arm/configs/bockw_defconfig >>>>>> +++ renesas/arch/arm/configs/bockw_defconfig >>>>>> @@ -48,6 +48,8 @@ CONFIG_DEVTMPFS_MOUNT=y >>>>>> # CONFIG_STANDALONE is not set >>>>>> # CONFIG_PREVENT_FIRMWARE_BUILD is not set >>>>>> # CONFIG_FW_LOADER is not set >>>>>> +CONFIG_SCSI=y >>>>>> +CONFIG_BLK_DEV_SD=y >>>>>> CONFIG_NETDEVICES=y >>>>>> # CONFIG_NET_CADENCE is not set >>>>>> # CONFIG_NET_VENDOR_BROADCOM is not set >>>>>> @@ -71,7 +73,14 @@ CONFIG_SERIAL_SH_SCI_NR_UARTS=6 >>>>>> CONFIG_SERIAL_SH_SCI_CONSOLE=y >>>>>> # CONFIG_HW_RANDOM is not set >>>>>> # CONFIG_HWMON is not set >>>>>> -# CONFIG_USB_SUPPORT is not set >>>>>> +CONFIG_USB=y >>>>>> +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y >>>>>> +CONFIG_USB_EHCI_HCD=y >>>>>> +CONFIG_USB_OHCI_HCD=y >>>>>> +CONFIG_USB_OHCI_HCD_PLATFORM=y >>>>>> +CONFIG_USB_EHCI_HCD_PLATFORM=y >>>>>> +CONFIG_USB_STORAGE=y >>>>>> +CONFIG_USB_RCAR_PHY=y >>>>>> >>>> Unfortunately, you've made a mistake in this last line of the patch: >>>> you've truncated it to just "CONFIG_USB_RCAR". :-( >>>> Will you correct it? >>> Sorry about that, I will fix it. >> Sorry to say, but you fixed it the wrong way; now it's: >> >> +CONFIG_USB_RCAR=y >> >> instead of: >> >> +CONFIG_USB_RCAR_PHY=y > Sorry for my carelessness. > I will forcibly push the following: > > From 26b78f5c9ad1e4809f6d0a5547e4eab222f53f23 Mon Sep 17 00:00:00 2001 > From: Sergei Shtylyov > Date: Wed, 17 Apr 2013 01:35:09 +0400 > Subject: [PATCH] ARM: shmobile: BOCK-W: enable USB in defconfig > > Enable USB platform EHCI/OHCI and common PHY drivers in 'bockw_defconfig'. > Enable USB storage driver and SCSI disk driver that it needs as well... > > Signed-off-by: Sergei Shtylyov > Signed-off-by: Simon Horman Third time's a charm, as they say. :-) WBR, Sergei