From: Dirk Gouders Date: Fri, 29 Apr 2016 09:02:08 +0000 (+0200) Subject: kconfig-language: fix comment on dependency-generated menu structures. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3e2ba95f43360f22b882965d153e9cf3087de986;p=linux-beck.git 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 Signed-off-by: Michal Marek --- 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