summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild/config-language.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kbuild/config-language.txt')
-rw-r--r--Documentation/kbuild/config-language.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/kbuild/config-language.txt b/Documentation/kbuild/config-language.txt
index 357dc5122..c446e7ac3 100644
--- a/Documentation/kbuild/config-language.txt
+++ b/Documentation/kbuild/config-language.txt
@@ -465,7 +465,7 @@ Example:
Known bugs:
- Xconfig does not write "# foo is not set" to .config (as well as
- "#unset foo" to autoconf.h) if command is disabled by its dependencies.
+ "#undef foo" to autoconf.h) if command is disabled by its dependencies.
=== dep_mbool /prompt/ /symbol/ /dep/ ...
@@ -497,7 +497,7 @@ Example:
Known bugs:
- Xconfig does not write "# foo is not set" to .config (as well as
- "#unset foo" to autoconf.h) if command is disabled by its dependencies.
+ "#undef foo" to autoconf.h) if command is disabled by its dependencies.
=== dep_hex /prompt/ /symbol/ /word/ /dep/ ...
@@ -540,7 +540,7 @@ Example:
Known bugs:
- Xconfig does not write "# foo is not set" to .config (as well as
- "#unset foo" to autoconf.h) if command is disabled by its dependencies.
+ "#undef foo" to autoconf.h) if command is disabled by its dependencies.
=== unset /symbol/ ...