aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-14menuconfig: add support to show hidden options which have promptsLi Zefan1-4/+18
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com1-13/+0
2010-02-02menuconfig: wrap long help linesVadim Bendebury (вб)1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-20kconfig: make use of menu_get_ext_help in menuconfigCheng Renquan1-75/+3
2009-07-17kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe1-0/+2
2009-06-09kconfig: handle comment entries within choice/endchoicePeter Korsgaard1-1/+9
2008-05-04kconfig: fix MAC OS X warnings in menuconfigSam Ravnborg1-1/+2
2008-02-03kconfig: mark config as changed when loading an alternate configSam Ravnborg1-0/+1
2008-01-28kconfig: gettext support for menuconfigEGRY Gabor1-25/+26
2008-01-28kconfig: make kconfig MinGW friendlyLadislav Michl1-52/+9
2007-10-12kconfig/menuconfig: distinguish between selected-by-another options and commentsMatej Laitl1-8/+15
2007-10-12kconfig: fix segv fault in menuconfigSam Ravnborg1-2/+3
2007-10-12kconfig: make comments stand out in menuconfigSam Ravnborg1-0/+8
2007-07-25kconfig: attach help text to menusSam Ravnborg1-2/+2
2007-07-17kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle1-2/+9
2007-05-02kconfig/menuconfig: do not hardcode '.config'Sam Ravnborg1-1/+1
2007-05-02menuconfig: remember alternate config filenameSam Ravnborg1-12/+31
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese1-7/+14
2006-09-30kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg1-8/+8
2006-09-30kconfig/lxdialog: support resizeSam Ravnborg1-4/+8
2006-09-30kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg1-11/+14
2006-09-30kconfig/menuconfig: lxdialog is now built-inSam Ravnborg1-341/+141
2006-09-30kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg1-1/+2
2006-09-30kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg1-1/+14
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg1-1/+1
2005-12-16kconfig: move lxdialog to scripts/kconfig/lxdialogSam Ravnborg1-1/+1
2005-10-30[PATCH] clarify menuconfig /(search) help textRandy Dunlap1-1/+2
2005-06-25[PATCH] Kill signed charsJ.A. Magallon1-2/+2
2005-06-25[PATCH] mconf.c needs locale.hJean-Christophe Dubois1-0/+1
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo1-57/+63
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1090