]> git.sur5r.net Git - u-boot/blobdiff - drivers/fastboot/Kconfig
net: fastboot: Merge AOSP UDP fastboot
[u-boot] / drivers / fastboot / Kconfig
index 0c9ced53dea5130d82c1882e08459d16f75bfd67..625f01660030c8d4ac7cea2ba638df9db1df886a 100644 (file)
@@ -14,6 +14,13 @@ config USB_FUNCTION_FASTBOOT
        help
          This enables the USB part of the fastboot gadget.
 
+config UDP_FUNCTION_FASTBOOT
+       depends on NET
+       select FASTBOOT
+       bool "Enable fastboot protocol over UDP"
+       help
+         This enables the fastboot protocol over UDP.
+
 if FASTBOOT
 
 config FASTBOOT_BUF_ADDR