diff options
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 | ||||
-rw-r--r-- | drivers/usb/phy/Kconfig | 2 |
2 files changed, 1 insertions, 2 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 | |||
324 | 324 | ||
325 | config USB_MV_U3D | 325 | config USB_MV_U3D |
326 | tristate "MARVELL PXA2128 USB 3.0 controller" | 326 | tristate "MARVELL PXA2128 USB 3.0 controller" |
327 | depends on CPU_MMP3 | ||
328 | help | 327 | help |
329 | MARVELL PXA2128 Processor series include a super speed USB3.0 device | 328 | MARVELL PXA2128 Processor series include a super speed USB3.0 device |
330 | controller, which support super speed USB peripheral. | 329 | controller, which support super speed USB peripheral. |
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 7e8fe0f0b8c6..372db48fa269 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig | |||
@@ -45,7 +45,7 @@ config ISP1301_OMAP | |||
45 | 45 | ||
46 | config MV_U3D_PHY | 46 | config MV_U3D_PHY |
47 | bool "Marvell USB 3.0 PHY controller Driver" | 47 | bool "Marvell USB 3.0 PHY controller Driver" |
48 | depends on USB_MV_U3D | 48 | depends on CPU_MMP3 |
49 | help | 49 | help |
50 | Enable this to support Marvell USB 3.0 phy controller for Marvell | 50 | Enable this to support Marvell USB 3.0 phy controller for Marvell |
51 | SoC. | 51 | SoC. |