aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dfu/Kconfig')
-rw-r--r--drivers/dfu/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
index 1e1dff33d25..9fe5bc0f589 100644
--- a/drivers/dfu/Kconfig
+++ b/drivers/dfu/Kconfig
@@ -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