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)
commit281c9dadc31ffd9f3cf637553134fefe75e849da
treeb82f99ea127089502e588959f7799b253c93704b
parent03fa25da8335a942161a8070b3298cfd4edf9b6a
kconfig: add make localyesconfig option

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>
scripts/kconfig/Makefile