summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
AgeCommit message (Expand)AuthorLines
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker-1/+1
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan-1/+2
2012-01-14menuconfig: let make not report error when not save configurationWang YanQing-0/+1
2011-08-29kconfig: handle SIGINT in menuconfigDavidlohr Bueso-34/+52
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe-1/+0
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe-0/+1
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe-5/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe-20/+18
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe-5/+5
2010-09-19kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe-5/+5
2010-06-02menuconfig: improive help text a bitLi Zefan-1/+1
2010-04-14menuconfig: add support to show hidden options which have promptsLi Zefan-4/+18
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com-13/+0
2010-02-02menuconfig: wrap long help linesVadim Bendebury (вб)-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-09-20kconfig: make use of menu_get_ext_help in menuconfigCheng Renquan-75/+3
2009-07-17kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe-0/+2
2009-06-09kconfig: handle comment entries within choice/endchoicePeter Korsgaard-1/+9
2008-05-04kconfig: fix MAC OS X warnings in menuconfigSam Ravnborg-1/+2
2008-02-03kconfig: mark config as changed when loading an alternate configSam Ravnborg-0/+1
2008-01-28kconfig: gettext support for menuconfigEGRY Gabor-25/+26
2008-01-28kconfig: make kconfig MinGW friendlyLadislav Michl-52/+9
2007-10-12kconfig/menuconfig: distinguish between selected-by-another options and commentsMatej Laitl-8/+15
2007-10-12kconfig: fix segv fault in menuconfigSam Ravnborg-2/+3
2007-10-12kconfig: make comments stand out in menuconfigSam Ravnborg-0/+8
2007-07-25kconfig: attach help text to menusSam Ravnborg-2/+2
2007-07-17kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle-2/+9
2007-05-02kconfig/menuconfig: do not hardcode '.config'Sam Ravnborg-1/+1
2007-05-02menuconfig: remember alternate config filenameSam Ravnborg-12/+31
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese-7/+14
2006-09-30kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg-8/+8
2006-09-30kconfig/lxdialog: support resizeSam Ravnborg-4/+8
2006-09-30kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg-11/+14
2006-09-30kconfig/menuconfig: lxdialog is now built-inSam Ravnborg-341/+141
2006-09-30kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg-1/+2
2006-09-30kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg-1/+14
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg-1/+1
2005-12-16kconfig: move lxdialog to scripts/kconfig/lxdialogSam Ravnborg-1/+1
2005-10-30[PATCH] clarify menuconfig /(search) help textRandy Dunlap-1/+2
2005-06-25[PATCH] Kill signed charsJ.A. Magallon-2/+2
2005-06-25[PATCH] mconf.c needs locale.hJean-Christophe Dubois-0/+1
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo-57/+63
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1090