]> 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)
commit092114d51d7b83283f161d32b1068950e314deca
tree74953f42164342521a8285b80770ecc09d2b1e0f
parentfbd88446f52ac0c47bcf2e64f0238f6bf3400e5e
Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols"

This reverts commit 0e230075839a6d3f95a67e941c7d3171049fa2e9.

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