From: Yann E. MORIN Date: Wed, 19 Dec 2012 18:17:00 +0000 (+0100) Subject: kconfig: document use of CONFIG_ environment variable X-Git-Tag: v3.9-rc1~49^2~9 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=169743264f8100a39042a4d6bec44dabb2e2e624;p=~emulex%2Finfiniband.git kconfig: document use of CONFIG_ environment variable Signed-off-by: "Yann E. MORIN" --- diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index a09f1a6a830..b8b77bbc784 100644 --- a/Documentation/kbuild/kconfig.txt +++ b/Documentation/kbuild/kconfig.txt @@ -46,6 +46,12 @@ KCONFIG_OVERWRITECONFIG If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not break symlinks when .config is a symlink to somewhere else. +CONFIG_ +-------------------------------------------------- +If you set CONFIG_ in the environment, Kconfig will prefix all symbols +with its value when saving the configuration, instead of using the default, +"CONFIG_". + ______________________________________________________________________ Environment variables for '{allyes/allmod/allno/rand}config'