summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-02-08 07:49:36 (GMT)
committerGitHub <noreply@github.com>2021-02-08 07:49:36 (GMT)
commit5b0e0127e189c08e433ae25dbceead63da5ef2d7 (patch)
treebc9619a09931ac13904711ebf2721c7b2f355bce /config/global.in
parent30316cd27ab0a6f8cb2a96771661fc88e1b05a6b (diff)
parentd0e328c8ad357a705b6218e20f74ec1ec1869e8d (diff)
Merge pull request #1430 from cpackham/kconfig-update
Kconfig update
Diffstat (limited to 'config/global.in')
-rw-r--r--config/global.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/global.in b/config/global.in
index 94d2191..d2a5c5e 100644
--- a/config/global.in
+++ b/config/global.in
@@ -2,7 +2,7 @@
config VERSION
string
- option env="CT_VERSION"
+ default "$(CT_VERSION)"
# Config version checking framework. If CONFIG_VERSION is unset in the current .config
# or defconfig, it is loaded as 0 (possibly triggering a user prompt during 'ct-ng oldconfig').
@@ -16,13 +16,13 @@ config VERSION
# i.e. 'ct-ng saveconfig' or 'ct-ng savedefconfig'.
config VCHECK
string
- option env="CT_VCHECK"
+ default "$(CT_VCHECK)"
# Kconfig's idiosynchrasy: it does not output the config settings declared with 'option env'
# to the generated .config file. Must use one extra level of indirection.
config CONFIG_VERSION_ENV
string
- option env="CT_CONFIG_VERSION_CURRENT"
+ default "$(CT_CONFIG_VERSION_CURRENT)"
# Up-to-date version of the configuration file. If saving a defconfig, choose a default that
# is guaranteed not to match - so that kconfig saves the value to .config.