config: 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)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 23 Nov 2011 20:48:42 +0000 (21:48 +0100)
commit2ee1f005014dac22621740d169cee33dac15c5da
treea95231e34116ccdb2afaa972571cad6ceddf672b
parent70cee40c5ea8e5f1ac7a9a426692f270abc75fe2
config: 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>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/confdata.c