]> Pileus Git - ~andy/linux/commit
usb: gadget: mv_u3d: drop ARCH dependency
authorFelipe Balbi <balbi@ti.com>
Fri, 22 Mar 2013 07:15:45 +0000 (09:15 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 27 Mar 2013 11:18:20 +0000 (13:18 +0200)
commit60630c2eabd40fb119a1b88af364003d2915b370
tree8f06ac313ddf3b176f258fe12af4d2910f40d0ec
parente6667ef7ac27d61dd36b1215da1e9ac719dcb769
usb: gadget: mv_u3d: drop ARCH dependency

this driver compiles fine everywhere which
means we can use linux-next to compile it
for us frequently.

By dropping the arch dependency, we also
ensure driver writers don't add virtual
arch-depdencies to the driver by e.g. using
the wrong headers.

While at that, fix Marvell's USB3 PHY dependency,
that's the driver which depends on CPU_MM3, not
mv_u3d_core.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/Kconfig
drivers/usb/phy/Kconfig