summaryrefslogtreecommitdiffstats
path: root/platforms/image-rauc.in
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/image-rauc.in')
-rw-r--r--platforms/image-rauc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/platforms/image-rauc.in b/platforms/image-rauc.in
index 1f9427b40..3fa5dfc8c 100644
--- a/platforms/image-rauc.in
+++ b/platforms/image-rauc.in
@@ -26,4 +26,19 @@ config IMAGE_RAUC_DESCRIPTION
help
Optional description that will be placed in the Bundles metadata.
+choice
+ prompt "Bundle format"
+
+config IMAGE_RAUC_BUNDLE_FORMAT_PLAIN
+ bool "plain"
+ help
+ The old bundle format, which since rauc 1.5 is now known as 'plain'.
+
+config IMAGE_RAUC_BUNDLE_FORMAT_VERITY
+ bool "verity"
+ help
+ The improved 'verity' bundle format
+
+endchoice
+
endif