aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-10-21 13:20:32 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-10-21 13:20:32 +0100
commit0996391139f43d032335b5360db11da62a2cbb39 (patch)
treeb17d495dc9bc362d71ab2ba8a7c5fa5fb79bf3cb /drivers/usb
parentARM: 5769/1: CPU_ARM920T: remove dead Maverick EP9312 URL (diff)
downloadlinux-dev-0996391139f43d032335b5360db11da62a2cbb39.tar.xz
linux-dev-0996391139f43d032335b5360db11da62a2cbb39.zip
ARM: Fix lubbock defconfig build
drivers/built-in.o: In function `pxa25x_udc_probe': drivers/usb/gadget/pxa25x_udc.c:2195: undefined reference to `otg_get_transceiver' drivers/usb/gadget/pxa25x_udc.c:2300: undefined reference to `otg_put_transceiver' pxa25x_udc.c unconditionally uses these two functions, so we need to ensure that the object providing them is also built. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 33351312327f..a18e3c5dd82e 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -223,6 +223,7 @@ config USB_OTG
config USB_GADGET_PXA25X
boolean "PXA 25x or IXP 4xx"
depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX
+ select USB_OTG_UTILS
help
Intel's PXA 25x series XScale ARM-5TE processors include
an integrated full speed USB 1.1 device controller. The