Searched hist:a959613533a176a8f5f402585827e94a5220d2db (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
H A D | confdata.c | diff 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>
|