Home
last modified time | relevance | path

Searched hist:"953742 c8fe8ac45be453fee959d7be40cd89f920" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A Dconfdata.cdiff a959613533a176a8f5f402585827e94a5220d2db Fri Apr 13 01:46:33 CEST 2012 Paul Gortmaker <paul.gortmaker@windriver.com> Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols"

This reverts commit 953742c8fe8ac45be453fee959d7be40cd89f920.

Dumping two lines into autoconf.h for all existing Kconfig options
results in a giant file (~16k lines) we have to process each time we
compile something. We've weaned IS_ENABLED() and similar off of
requiring the __enabled_ definitions so now we can revert the change
which caused all the extra lines.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff 953742c8fe8ac45be453fee959d7be40cd89f920 Tue Aug 16 07:20:20 CEST 2011 Arnaud Lacombe <lacombar@gmail.com> 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>