Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: musb: invert arch depend string

The MUSB code relies on platform implementations that currently only
exists for Arm and Blackfin processors, so have the MUSB Kconfig depend
upon those arches.

This should prevent other arches from building MUSB via randconfig.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Mike Frysinger and committed by
Linus Torvalds
e3c6f15f a1be9eee

+1 -1
+1 -1
drivers/usb/musb/Kconfig
··· 9 9 # (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 10 10 config USB_MUSB_HDRC 11 11 depends on (USB || USB_GADGET) 12 - depends on !SUPERH 12 + depends on (ARM || BLACKFIN) 13 13 select NOP_USB_XCEIV if ARCH_DAVINCI 14 14 select TWL4030_USB if MACH_OMAP_3430SDP 15 15 select NOP_USB_XCEIV if MACH_OMAP3EVM