提交 3e2ba95f 编写于 作者: D Dirk Gouders 提交者: 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: NDirk Gouders <dirk@gouders.net>
Signed-off-by: NMichal Marek <mmarek@suse.com>
上级 a4663911
无相关合并请求
...@@ -241,9 +241,8 @@ comment "module support disabled" ...@@ -241,9 +241,8 @@ comment "module support disabled"
depends on !MODULES depends on !MODULES
MODVERSIONS directly depends on MODULES, this means it's only visible if 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 MODULES is different from 'n'. The comment on the other hand is only
visible when MODULES is visible (the (empty) dependency of MODULES is visible when MODULES is set to 'n'.
also part of the comment dependencies).
Kconfig syntax Kconfig syntax
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部