Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -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