kconfig: strip 'CONFIG_' automatically in kernel configuration search
authorBernhard Walle <bwalle@suse.de>
Mon, 9 Jul 2007 18:43:56 +0000 (11:43 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 17 Jul 2007 12:24:55 +0000 (14:24 +0200)
commit0584f9f9cb3642274cc0f289f36524827868fe68
tree4536fc0fbe5590ca1d6f62298217510715129716
parentc05190371d5ca360b75864cfcf930e8bf3addeb1
kconfig: strip 'CONFIG_' automatically in kernel configuration search

Modify the ncurses configuration tool ('make menuconfig') in a way that the
user can enter the search string (/) both with or without the leading
'CONFIG_'.

This simplifies using copy & paste from .config files because you can
select the whole word.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/mconf.c