From: Paul Gortmaker Date: Thu, 12 Apr 2012 23:46:33 +0000 (-0400) Subject: Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols" X-Git-Tag: v3.4-rc3~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a959613533a176a8f5f402585827e94a5220d2db;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed