LWN.net Logo

[GIT PULL] localmodconfig: Improve module config removal

From:  Steven Rostedt <rostedt@goodmis.org>
To:  linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject:  [PATCH 0/4] [GIT PULL] localmodconfig: Improve module config removal
Date:  Mon, 30 Jul 2012 15:43:16 -0400
Message-ID:  <20120730194316.768288008@goodmis.org>
Cc:  Linus Torvalds <torvalds@linux-foundation.org>
Archive-link:  Article, Thread


Linus,

These changes drastically improve the amount of module configs removed
from a config file. It also adds some debug that I can have users
easily enable if things do not work for them.

Please pull the latest localmodconfig-v3.6 tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig.git
localmodconfig-v3.6

Head SHA1: d217733ba4a4b30e27a88753f9eeabd4464ddf19


Steven Rostedt (4):
      localmodconfig: Comments and cleanup for streamline_config.pl
      localmodconfig: Read in orig config file to avoid extra processing
      localmodconfig: Check if configs are already set for selects
      localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUG

----
 scripts/kconfig/streamline_config.pl |  175 ++++++++++++++++++++++++++++++----
 1 file changed, 158 insertions(+), 17 deletions(-)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds