Commit 9662ced3 authored by Felipe Balbi's avatar Felipe Balbi Committed by Greg Kroah-Hartman

usb: gadget: imx_udc: make it depend on BROKEN

that driver hasn't been maintained for quite
some time, at least since e0830004 (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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c8ce60bb
...@@ -281,6 +281,7 @@ config USB_S3C_HSOTG ...@@ -281,6 +281,7 @@ config USB_S3C_HSOTG
config USB_IMX config USB_IMX
tristate "Freescale i.MX1 USB Peripheral Controller" tristate "Freescale i.MX1 USB Peripheral Controller"
depends on ARCH_MXC depends on ARCH_MXC
depends on BROKEN
help help
Freescale's i.MX1 includes an integrated full speed Freescale's i.MX1 includes an integrated full speed
USB 1.1 device controller. USB 1.1 device controller.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment