From mboxrd@z Thu Jan 1 00:00:00 1970 From: sudeep.holla@arm.com (Sudeep Holla) Date: Tue, 24 Feb 2015 15:17:37 +0000 Subject: [PATCH] ARM: vexpress: update CONFIG_USB_ISP1760 option In-Reply-To: References: <1424790150-8450-1-git-send-email-sudeep.holla@arm.com> Message-ID: <54EC9611.2040403@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 24/02/15 15:08, Mathieu Poirier wrote: > On 24 February 2015 at 08:02, Sudeep Holla wrote: >> Commt 7ef077a8ad35 ("usb: isp1760: Move driver from drivers/usb/host/ >> to drivers/usb/isp1760/") moved the isp1760 driver and changed the >> Kconfig option. This makes CONFIG_USB_ISP1760_HCD not selectable >> directly anymore. This results in driver being not compiled in when >> using vexpress_defconfig and the USB is non-functional. >> >> This patch updates the CONFIG_USB_ISP1760_HCD to CONFIG_USB_ISP1760 to >> get back USB functional on vexpress platforms. >> >> Cc: Liviu Dudau >> Cc: Lorenzo Pieralisi >> Signed-off-by: Sudeep Holla >> --- >> arch/arm/configs/vexpress_defconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig >> index f489fdaa19b8..37fe607a4ede 100644 >> --- a/arch/arm/configs/vexpress_defconfig >> +++ b/arch/arm/configs/vexpress_defconfig >> @@ -118,8 +118,8 @@ CONFIG_HID_ZEROPLUS=y >> CONFIG_USB=y >> CONFIG_USB_ANNOUNCE_NEW_DEVICES=y >> CONFIG_USB_MON=y >> -CONFIG_USB_ISP1760_HCD=y >> CONFIG_USB_STORAGE=y >> +CONFIG_USB_ISP1760=y >> CONFIG_MMC=y >> CONFIG_MMC_ARMMMCI=y >> CONFIG_NEW_LEDS=y >> -- >> 1.9.1 > > I tested this change and confirm that it does indeed re-activate USB > functionality. Thanks indeed. So I assume we can add Tested-by: Mathieu Poirier Regards, Sudeep