usb: gadget: USB_MV_UDC should depend on HAS_DMA
[deliverable/linux.git] / drivers / usb / gadget / Kconfig
index 62f6802f6e0fd98bec3aa03abe3d0fff4a1ee191..1fd0e17d3706a2787ce42ea1fcc33362b14fe96e 100644 (file)
@@ -328,7 +328,7 @@ config USB_S3C_HSUDC
 
 config USB_MV_UDC
        tristate "Marvell USB2.0 Device Controller"
-       depends on GENERIC_HARDIRQS
+       depends on GENERIC_HARDIRQS && HAS_DMA
        help
          Marvell Socs (including PXA and MMP series) include a high speed
          USB2.0 OTG controller, which can be configured as high speed or
@@ -639,6 +639,7 @@ config USB_CONFIGFS_RNDIS
        depends on USB_CONFIGFS
        depends on NET
        select USB_U_ETHER
+       select USB_U_RNDIS
        select USB_F_RNDIS
        help
           Microsoft Windows XP bundles the "Remote NDIS" (RNDIS) protocol,
This page took 0.036118 seconds and 5 git commands to generate.