aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe2010-09-191-5/+1
* kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-191-20/+18
* kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-191-5/+5
* kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe2010-09-191-5/+5
* menuconfig: improive help text a bitLi Zefan2010-06-021-1/+1
* menuconfig: add support to show hidden options which have promptsLi Zefan2010-04-141-4/+18
* kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com2010-02-021-13/+0
* menuconfig: wrap long help linesVadim Bendebury (вб)2010-02-021-0/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* kconfig: make use of menu_get_ext_help in menuconfigCheng Renquan2009-09-201-75/+3
* kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe2009-07-171-0/+2
* kconfig: handle comment entries within choice/endchoicePeter Korsgaard2009-06-091-1/+9
* kconfig: fix MAC OS X warnings in menuconfigSam Ravnborg2008-05-041-1/+2
* kconfig: mark config as changed when loading an alternate configSam Ravnborg2008-02-031-0/+1
* kconfig: gettext support for menuconfigEGRY Gabor2008-01-281-25/+26
* kconfig: make kconfig MinGW friendlyLadislav Michl2008-01-281-52/+9
* kconfig/menuconfig: distinguish between selected-by-another options and commentsMatej Laitl2007-10-121-8/+15
* kconfig: fix segv fault in menuconfigSam Ravnborg2007-10-121-2/+3
* kconfig: make comments stand out in menuconfigSam Ravnborg2007-10-121-0/+8
* kconfig: attach help text to menusSam Ravnborg2007-07-251-2/+2
* kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle2007-07-171-2/+9
* kconfig/menuconfig: do not hardcode '.config'Sam Ravnborg2007-05-021-1/+1
* menuconfig: remember alternate config filenameSam Ravnborg2007-05-021-12/+31
* [PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese2006-12-131-7/+14
* kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg2006-09-301-8/+8
* kconfig/lxdialog: support resizeSam Ravnborg2006-09-301-4/+8
* kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg2006-09-301-11/+14
* kconfig/menuconfig: lxdialog is now built-inSam Ravnborg2006-09-301-341/+141
* kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg2006-09-301-1/+2
* kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg2006-09-301-1/+14
* kbuild: create .kernelrelease at *config stepSam Ravnborg2006-01-161-1/+1
* kconfig: move lxdialog to scripts/kconfig/lxdialogSam Ravnborg2005-12-161-1/+1
* [PATCH] clarify menuconfig /(search) help textRandy Dunlap2005-10-301-1/+2
* [PATCH] Kill signed charsJ.A. Magallon2005-06-251-2/+2
* [PATCH] mconf.c needs locale.hJean-Christophe Dubois2005-06-251-0/+1
* [PATCH] Kconfig i18n supportArnaldo Carvalho de Melo2005-05-051-57/+63
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1090