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)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 23:47:28 +0000 (01:47 +0200)
commitda07930fac078b9a116196076dff1a5ddc85f0aa
treefd358fe0d2f0e6bd1851a7b2cf5d182bc797b0ef
parent11c1064a307a661df20e237e3623e1b5d88641fa
Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols"

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>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/confdata.c