Commit a033f7ae authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: musb: Kconfig: drop unnecessary dependencies



those glues can build cleanly anywhere.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 37730ecc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ config USB_MUSB_AM35X

config USB_MUSB_DSPS
	tristate "TI DSPS platforms"
	depends on SOC_TI81XX || SOC_AM33XX

config USB_MUSB_BLACKFIN
	tristate "Blackfin"
@@ -63,7 +62,6 @@ config USB_MUSB_BLACKFIN

config USB_MUSB_UX500
	tristate "U8500 and U5500"
	depends on (ARCH_U8500 && AB8500_USB)

endchoice