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: 1.9.6~13 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=98b2f5a69a6fe9caf109781e5ac2b84c2e1766f5;hp=98b2f5a69a6fe9caf109781e5ac2b84c2e1766f5;p=carl9170fw.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 Signed-off-by: Christian Lamparter ---