Skip to content

Commit

Permalink
kconfig-language: fix comment on dependency-generated menu structures.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
dgouders authored and Michal Marek committed May 10, 2016
1 parent a466391 commit 3e2ba95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/kbuild/kconfig-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e2ba95

Please sign in to comment.