Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3c6f15f authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a1be9eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ comment "Enable Host or Gadget support to see Inventra options"
# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller
config USB_MUSB_HDRC
	depends on (USB || USB_GADGET)
	depends on !SUPERH
	depends on (ARM || BLACKFIN)
	select NOP_USB_XCEIV if ARCH_DAVINCI
	select TWL4030_USB if MACH_OMAP_3430SDP
	select NOP_USB_XCEIV if MACH_OMAP3EVM