Revision 01f3e35f2b1db307b718b1029794b005a0d2eb26 authored by Sudeep Holla on 09 March 2015, 18:27:49 UTC, committed by Arnd Bergmann on 11 March 2015, 14:37:21 UTC
Commit 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 <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>
1 parent 16083d4
History
File Mode Size
Makefile -rw-r--r-- 1.0 KB
lglock.c -rw-r--r-- 1.9 KB
lockdep.c -rw-r--r-- 104.0 KB
lockdep_internals.h -rw-r--r-- 4.5 KB
lockdep_proc.c -rw-r--r-- 17.1 KB
lockdep_states.h -rw-r--r-- 233 bytes
locktorture.c -rw-r--r-- 22.1 KB
mcs_spinlock.h -rw-r--r-- 3.2 KB
mutex-debug.c -rw-r--r-- 3.1 KB
mutex-debug.h -rw-r--r-- 1.7 KB
mutex.c -rw-r--r-- 25.4 KB
mutex.h -rw-r--r-- 1.3 KB
osq_lock.c -rw-r--r-- 4.9 KB
percpu-rwsem.c -rw-r--r-- 5.0 KB
qrwlock.c -rw-r--r-- 3.6 KB
rtmutex-debug.c -rw-r--r-- 4.5 KB
rtmutex-debug.h -rw-r--r-- 1.5 KB
rtmutex-tester.c -rw-r--r-- 8.7 KB
rtmutex.c -rw-r--r-- 42.8 KB
rtmutex.h -rw-r--r-- 1.3 KB
rtmutex_common.h -rw-r--r-- 3.7 KB
rwsem-spinlock.c -rw-r--r-- 6.5 KB
rwsem-xadd.c -rw-r--r-- 13.8 KB
rwsem.c -rw-r--r-- 3.3 KB
semaphore.c -rw-r--r-- 7.3 KB
spinlock.c -rw-r--r-- 10.1 KB
spinlock_debug.c -rw-r--r-- 7.1 KB

back to top