summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-10 12:07:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-10 16:01:37 +0200
commit5c864aa2c1de2f116c3f7d0421e59c7ebcb2d35f (patch)
tree06db0ebc66d9afedcfb5f4295a52613894c7487d /config
parent514dc2d160b72b9d1e4ac43f7c964b1710c5b498 (diff)
downloadptxdist-5c864aa2c1de2f116c3f7d0421e59c7ebcb2d35f.tar.gz
ptxdist-5c864aa2c1de2f116c3f7d0421e59c7ebcb2d35f.tar.xz
kconfig: 'option env' is gone
Instead '$(ENV_VARNAME)' can be used directly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/Kconfig2
-rw-r--r--config/boardsetup/Kconfig6
-rw-r--r--config/collection/Kconfig6
-rw-r--r--config/setup/Kconfig6
4 files changed, 4 insertions, 16 deletions
diff --git a/config/Kconfig b/config/Kconfig
index a79270dd9..972eadc9a 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -3,7 +3,7 @@
# Copyright (C) 2002-2006, 2009 by Robert Schwebel <r.schwebel@pengutronix.de>
#
-mainmenu "PTXdist $CONFIGFILE_VERSION"
+mainmenu "PTXdist $(PTXDIST_VERSION_FULL)"
source "generated/project_specific.in"
source "generated/fixme.in"
diff --git a/config/boardsetup/Kconfig b/config/boardsetup/Kconfig
index 82e0629c2..8ffa27224 100644
--- a/config/boardsetup/Kconfig
+++ b/config/boardsetup/Kconfig
@@ -1,10 +1,6 @@
# configuration for board setup
-mainmenu "PTXdist $BOARDSETUP_VERSION_DEFAULT"
-
-config BOARDSETUP_VERSION_DEFAULT
- string
- option env="PTXDIST_VERSION_FULL"
+mainmenu "PTXdist $(PTXDIST_VERSION_FULL)"
menu "Network Configuration "
diff --git a/config/collection/Kconfig b/config/collection/Kconfig
index e34ae561b..ea6997b88 100644
--- a/config/collection/Kconfig
+++ b/config/collection/Kconfig
@@ -1,9 +1,5 @@
-mainmenu "PTXdist $COLLECTION_VERSION_DEFAULT"
-
-config COLLECTION_VERSION_DEFAULT
- string
- option env="PTXDIST_VERSION_FULL"
+mainmenu "PTXdist $(PTXDIST_VERSION_FULL)"
config _collectionconfig_MAGIC__
bool
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index dc57254c7..31dc6c8c3 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -3,11 +3,7 @@
# Copyright (C) Robert Schwebel <r.schwebel@pengutronix.de> 2002-2008
#
-mainmenu "PTXdist $SETUP_VERSION_DEFAULT"
-
-config SETUP_VERSION_DEFAULT
- string
- option env="PTXDIST_VERSION_FULL"
+mainmenu "PTXdist $(PTXDIST_VERSION_FULL)"
config INVISIBLE
bool