summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-versions.template
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-20 04:58:46 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commite7deac3aad394325f9e6fc6fda41d34ec94a59e0 (patch)
tree6ad88362f0bfa8385a91eb494009a4646aeb74b6 /maintainer/kconfig-versions.template
parentb9af225f58e45c7fae7eb9d3689fe939243e7578 (diff)
Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/kconfig-versions.template')
-rw-r--r--maintainer/kconfig-versions.template14
1 files changed, 8 insertions, 6 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index 9a04f57..c6d001e 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -1,8 +1,8 @@
#
# DO NOT EDIT! This file is automatically generated.
#
-
#!if [ "@@nforks@@" -ge 2 ]
+
choice
bool "Show @@master@@ versions from"
@@ -90,7 +90,7 @@ config @@pfx@@_DEVEL_BRANCH
config @@pfx@@_DEVEL_REVISION
string "Revision/changeset"
- default "HEAD"
+ default "@@repository_cset@@"
help
Commit ID or revision ID to check out.
@@ -106,12 +106,13 @@ config @@pfx@@_CUSTOM_LOCATION
endif
+#!if [ -n "@@all_versions@@" ]
choice
bool "Version of @@name@@"
#!foreach version
config @@pfx@@_V_@@kcfg@@
- bool "@@ver@@"
+ bool "@@ver@@@@ver_postfix@@"
#!if [ "@@obsolete@@" = "yes" ]
depends on OBSOLETE
#!end-if
@@ -119,11 +120,12 @@ config @@pfx@@_V_@@kcfg@@
depends on EXPERIMENTAL
#!end-if
#!if [ -n "@@milestone@@" ]
- select @@masterpfx@@_MS_@@milestone@@
+ select @@masterpfx@@_@@milestone@@_or_later
#!end-if
#!end-foreach
endchoice
+#!end-if
#!if [ "@@nforks@@" -ge 2 ]
endif
@@ -139,10 +141,10 @@ config @@pfx@@_VERSION
#!end-foreach
#!foreach milestone
-config @@masterpfx@@_MS_@@ms_kcfg@@
+config @@masterpfx@@_@@ms_kcfg@@_or_later
bool
#!if [ -n "@@ms_prev@@" ]
- select @@masterpfx@@_MS_@@ms_prev@@
+ select @@masterpfx@@_@@ms_prev@@_or_later
#!end-if
#!end-foreach