kconfig: fix __enabled_ macros definition for invisible and un-selected symbols
authorArnaud Lacombe <lacombar@gmail.com>
Tue, 16 Aug 2011 05:20:20 +0000 (01:20 -0400)
committerArnaud Lacombe <lacombar@gmail.com>
Tue, 30 Aug 2011 00:19:48 +0000 (20:19 -0400)
__enabled_<sym-name> are only generated on visible or selected entries, do not
reflect the purpose of its introduction.

Fix this by always generating these entries for named symbol.

Reported-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

No differences found