summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-versions.template
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/kconfig-versions.template')
-rw-r--r--maintainer/kconfig-versions.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index 0e0ceb0..e4be903 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -274,6 +274,13 @@ config @@fork|@@_ARCHIVE_FORMATS
#!end-foreach
default "@@archive_formats@@"
+config @@fork|@@_SIGNATURE_FORMAT
+ string
+#!foreach version if-differs signature_format
+ default "@@signature_format@@" if @@fork|@@_V_@@ver_sel|@@
+#!end-foreach
+ default "@@signature_format@@"
+
#!end-if
#!if [ "@@nforks@@" -ge 2 ]