kconfig: add make localyesconfig option
authorSteven Rostedt <srostedt@redhat.com>
Thu, 30 Apr 2009 02:52:23 +0000 (22:52 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 19 Aug 2009 01:55:49 +0000 (21:55 -0400)
This adds the option localyesconfig to make. This is similar to
localmodconfig, but after it removes unnecessary modules it runs

  sed -i s/=m/=y/

on the .config file. It then runs "make silentoldconfig" to fix any
wholes that were created by the conversion of modules to core.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found