summaryrefslogtreecommitdiff
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorDirk Gouders <dirk@gouders.net>2016-04-29 11:02:08 +0200
committerMichal Marek <mmarek@suse.com>2016-05-10 17:30:09 +0200
commit3e2ba95f43360f22b882965d153e9cf3087de986 (patch)
tree991d1c0a9d407318e984743cc274340161287d56 /Documentation/kbuild
parenta4663911392efdc504ce97b192d46f2677a6fe35 (diff)
kconfig-language: fix comment on dependency-generated menu structures.
In the given example, the comment becomes visible when it's dependency is set to 'n', but the text asserts the opposite. Signed-off-by: Dirk Gouders <dirk@gouders.net> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/kconfig-language.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt
index c52856da0cad..14dd13150aa3 100644
--- a/Documentation/kbuild/kconfig-language.txt
+++ b/Documentation/kbuild/kconfig-language.txt
@@ -241,9 +241,8 @@ comment "module support disabled"
depends on !MODULES
MODVERSIONS directly depends on MODULES, this means it's only visible if
-MODULES is different from 'n'. The comment on the other hand is always
-visible when MODULES is visible (the (empty) dependency of MODULES is
-also part of the comment dependencies).
+MODULES is different from 'n'. The comment on the other hand is only
+visible when MODULES is set to 'n'.
Kconfig syntax