1
0
Fork 0

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 <dirk@gouders.net>
Signed-off-by: Michal Marek <mmarek@suse.com>
steinar/wifi_calib_4_9_kernel
Dirk Gouders 2016-04-29 11:02:08 +02:00 committed by Michal Marek
parent a466391139
commit 3e2ba95f43
1 changed files with 2 additions and 3 deletions

View 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