Skip to content

Commit 9662ced

Browse files
Felipe Balbigregkh
authored andcommitted
usb: gadget: imx_udc: make it depend on BROKEN
that driver hasn't been maintained for quite some time, at least since e083000 (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>
1 parent c8ce60b commit 9662ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/gadget/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ config USB_S3C_HSOTG
281281
config USB_IMX
282282
tristate "Freescale i.MX1 USB Peripheral Controller"
283283
depends on ARCH_MXC
284+
depends on BROKEN
284285
help
285286
Freescale's i.MX1 includes an integrated full speed
286287
USB 1.1 device controller.

0 commit comments

Comments
 (0)