]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols"
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 12 Apr 2012 23:46:33 +0000 (19:46 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Apr 2012 01:35:58 +0000 (18:35 -0700)
commita941ad09f643157c5070b913da3fb195894fe234
tree74953f42164342521a8285b80770ecc09d2b1e0f
parent88d0d79dc8f0f2c3daac8fdfc6f812042c461c75
Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols"

This reverts commit 031c1581bc7a6fcba6248479d30cb38bff81c3d4.

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>
scripts/kconfig/confdata.c