commit | 953742c8fe8ac45be453fee959d7be40cd89f920 | [log] [tgz] |
---|---|---|
author | Arnaud Lacombe <lacombar@gmail.com> | Tue Aug 16 01:20:20 2011 -0400 |
committer | Arnaud Lacombe <lacombar@gmail.com> | Mon Aug 29 20:19:48 2011 -0400 |
tree | 4a46d15be1047d0f03050994ae41a4a006fe474c | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 [diff] |
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>