dfu: add DFU virtual backend
[platform/kernel/u-boot.git] / drivers / dfu / Kconfig
index 1e1dff3..9fe5bc0 100644 (file)
@@ -60,5 +60,12 @@ config DFU_MTD
        help
          This option enables using DFU to read and write to on any MTD device.
 
+config DFU_VIRT
+       bool "VIRTUAL flash back end for DFU"
+       help
+         This option enables using DFU to read and write to VIRTUAL device
+         used at board level to manage specific behavior
+         (OTP update for example).
+
 endif
 endmenu