diff options
author | Felipe Balbi | 2013-03-22 08:15:45 +0100 |
---|---|---|
committer | Felipe Balbi | 2013-03-27 12:18:20 +0100 |
commit | 60630c2eabd40fb119a1b88af364003d2915b370 (patch) | |
tree | 8f06ac313ddf3b176f258fe12af4d2910f40d0ec /drivers/usb/gadget | |
parent | usb: gadget: mv_u3d: fix sparse warnings (diff) | |
download | kernel-qcow2-linux-60630c2eabd40fb119a1b88af364003d2915b370.tar.gz kernel-qcow2-linux-60630c2eabd40fb119a1b88af364003d2915b370.tar.xz kernel-qcow2-linux-60630c2eabd40fb119a1b88af364003d2915b370.zip |
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>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index af5cc35063d9..261b1e305131 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -324,7 +324,6 @@ config USB_MV_UDC config USB_MV_U3D tristate "MARVELL PXA2128 USB 3.0 controller" - depends on CPU_MMP3 help MARVELL PXA2128 Processor series include a super speed USB3.0 device controller, which support super speed USB peripheral. |