]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: vexpress: update CONFIG_USB_ISP1760 option
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 9 Mar 2015 18:27:49 +0000 (18:27 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 11 Mar 2015 14:37:21 +0000 (15:37 +0100)
commitdc9d62b67646dd1a6c647644d7dbe4a09bdfe832
treeef5e20c20f16eeb0d355b54cec73258052de79e1
parent7ed3c81ef4c2094211ed738158c3fdf166679f4d
ARM: vexpress: update CONFIG_USB_ISP1760 option

Commit 945d2e373363 ("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 <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reported-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Tested-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/vexpress_defconfig