aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-04-13 16:49:13 -0400
committerYann E. MORIN <yann.morin.1998@free.fr>2013-04-24 18:16:25 -0400
commit0d8024c6ebadb68f1154377c2e1996b4e649e4c8 (patch)
treebd38ec60a908adf8cf7c75aa7b3b19fab52d9e64 /Documentation/kbuild
parent422c809f03f043d0950d8362214818e956a9daee (diff)
kconfig: allow specifying the seed for randconfig
For reproducibility, it can be useful to be able to specify the seed to use to seed the RNG. Add a new KCONFIG_SEED environment variable which can be set to the seed to use: $ make KCONFIG_SEED=42 randconfig $ sha1sum .config 70a128c8dcc61303069e1be352cce64114dfcbca .config $ make KCONFIG_SEED=42 randconfig $ sha1sum .config 70a128c8dcc61303069e1be352cce64114dfcbca .config It's very usefull for eg. debugging the kconfig parser. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/kconfig.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt
index b8b77bbc784f..dbf746b70553 100644
--- a/Documentation/kbuild/kconfig.txt
+++ b/Documentation/kbuild/kconfig.txt
@@ -90,6 +90,15 @@ disable the options that are explicitly listed in the specified
90mini-config files. 90mini-config files.
91 91
92______________________________________________________________________ 92______________________________________________________________________
93Environment variables for 'randconfig'
94
95KCONFIG_SEED
96--------------------------------------------------
97You can set this to the integer value used to seed the RNG, if you want
98to somehow debug the behaviour of the kconfig parser/frontends.
99If not set, the current time will be used.
100
101______________________________________________________________________
93Environment variables for 'silentoldconfig' 102Environment variables for 'silentoldconfig'
94 103
95KCONFIG_NOSILENTUPDATE 104KCONFIG_NOSILENTUPDATE