USB: fix functionfs for CONFIG_NET disabled
[deliverable/linux.git] / drivers / usb / gadget / Kconfig
index 0282c50d6404384a4524efc2bea0800800f2a6c5..649c0c5f7158d57cf1bdc3d7c382a10330cc4f63 100644 (file)
@@ -726,7 +726,7 @@ config USB_FUNCTIONFS
 
 config USB_FUNCTIONFS_ETH
        bool "Include CDC ECM (Ethernet) function"
-       depends on USB_FUNCTIONFS
+       depends on USB_FUNCTIONFS && NET
        help
          Include an CDC ECM (Ethernet) funcion in the CDC ECM (Funcion)
          Filesystem.  If you also say "y" to the RNDIS query below the
@@ -734,7 +734,7 @@ config USB_FUNCTIONFS_ETH
 
 config USB_FUNCTIONFS_RNDIS
        bool "Include RNDIS (Ethernet) function"
-       depends on USB_FUNCTIONFS
+       depends on USB_FUNCTIONFS && NET
        help
          Include an RNDIS (Ethernet) funcion in the Funcion Filesystem.
          If you also say "y" to the CDC ECM query above the gadget will
This page took 0.02411 seconds and 5 git commands to generate.