Commit 3e2ba95f authored by Dirk Gouders's avatar Dirk Gouders Committed by Michal Marek

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: default avatarDirk Gouders <dirk@gouders.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent a4663911
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment