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)
commit953742c8fe8ac45be453fee959d7be40cd89f920
tree4a46d15be1047d0f03050994ae41a4a006fe474c
parent322a8b034003c0d46d39af85bf24fee27b902f48
kconfig: fix __enabled_ macros definition for invisible and un-selected symbols

__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>
scripts/kconfig/confdata.c