[coreboot] [PATCH] Kconfig simplification

Myles Watson mylesgw at gmail.com
Fri Oct 9 19:22:28 CEST 2009


Remove default n statements to simplify .config files.  I know the
superio ones were put in recently, but I didn't realize what it did to
the .config files.  Without these extra lines it makes it much easier
to compare ldoptions from Kconfig and ldoptions from newconfig.  It is
also helpful to see which components are selected without the clutter
of the unselected components.

Some of the ones I couldn't fix were CONFIG_VENDOR_* and
CONFIG_ROMSIZE_* since they are part of choice menus.  If someone
knows how to make only the chosen vendor and ROM size show up, that
would be nice.

wc output
Before patch:
316  1167 10370 .config
274  822 8498 build/ldoptions

After patch:
227  722 6527 .config
185  555 5367 build/ldoptions

kbuildall tested.

Signed-off-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Kconfig_simplify.diff
Type: text/x-patch
Size: 30602 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091009/6fb01c08/attachment.diff>


More information about the coreboot mailing list