]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/dfu/Kconfig
dfu: Rename _FUNCTION_DFU to DFU_OVER_
[people/ms/u-boot.git] / drivers / dfu / Kconfig
index b077444059a67d7801d5e2a3338df21b72628b21..51ab484c2a4953194b3d36e59e262ad24048eba1 100644 (file)
@@ -2,21 +2,21 @@ menu "DFU support"
 
 config DFU
        bool
-       imply USB_FUNCTION_DFU if USB_GADGET
+       imply DFU_OVER_USB if USB_GADGET
 
-config USB_FUNCTION_DFU
+config DFU_OVER_USB
        bool
        select HASH
        depends on USB_GADGET
 
-config TFTP_FUNCTION_DFU
+config DFU_OVER_TFTP
        bool
        depends on NET
 
 if DFU
 config DFU_TFTP
        bool "DFU via TFTP"
-       select TFTP_FUNCTION_DFU
+       select DFU_OVER_TFTP
        help
          This option allows performing update of DFU-managed medium with data
          sent via TFTP boot.