]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
kconfig-language: fix comment on dependency-generated menu structures.
authorDirk Gouders <dirk@gouders.net>
Fri, 29 Apr 2016 09:02:08 +0000 (11:02 +0200)
committerMichal Marek <mmarek@suse.com>
Tue, 10 May 2016 15:30:09 +0000 (17:30 +0200)
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>
Documentation/kbuild/kconfig-language.txt

index c52856da0cad555c7eeecd90c9738fccf941adb2..14dd13150aa3394303e07c595c49f8febe0cd63c 100644 (file)
@@ -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