aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-02-06 02:12:14 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-06 14:43:39 -0500
commit9662ced3527f5994e83957cf40765ed126abe97f (patch)
tree24e9c09559a260a40ed85a1d8227dc21fbcef329 /drivers/usb
parentc8ce60bbed39a8d884837ed6e53dc32f7f86e40f (diff)
usb: gadget: imx_udc: make it depend on BROKEN
that driver hasn't been maintained for quite some time, at least since e08300043e (ARM: imx: dynamically allocate imx_udc device). Because of that, and because driver doesn't even compile with allyesconfig and allmodconfig, we're making it depend on BROKEN. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 6665d255d32a..b19c9078ee51 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -281,6 +281,7 @@ config USB_S3C_HSOTG
281config USB_IMX 281config USB_IMX
282 tristate "Freescale i.MX1 USB Peripheral Controller" 282 tristate "Freescale i.MX1 USB Peripheral Controller"
283 depends on ARCH_MXC 283 depends on ARCH_MXC
284 depends on BROKEN
284 help 285 help
285 Freescale's i.MX1 includes an integrated full speed 286 Freescale's i.MX1 includes an integrated full speed
286 USB 1.1 device controller. 287 USB 1.1 device controller.