summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2012-07-30Merge tag 'localmodconfig-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+158
2012-07-26kconfig: Document oldnoconfig to what it really doesSteven Rostedt-1/+1
2012-07-26nconf: add u, d command keys in scroll windowsBenjamin Poirier-6/+8
2012-07-26menuconfig: add u, d, q command keys in text boxesBenjamin Poirier-3/+6
2012-07-13kconfig: Print errors to stderr in the MakefileMichal Marek-14/+14
2012-07-13kconfig: allow long lines in config fileCody Schafer-2/+59
2012-07-13kconfig: remove lkc_defs.h from .gitignore and dontdiffPaul Bolle-1/+0
2012-07-13xconfig: add quiet rule for mocYaakov Selkowitz-2/+5
2012-07-13xconfig: use pkgconfig to find mocYaakov Selkowitz-2/+2
2012-07-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz-1/+1
2012-07-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz-3/+3
2012-07-04kconfig/nconf: fix compile with ncurses reentrant APIYaakov Selkowitz-0/+4
2012-06-19localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUGSteven Rostedt-0/+21
2012-06-19localmodconfig: Check if configs are already set for selectsSteven Rostedt-11/+104
2012-06-19localmodconfig: Read in orig config file to avoid extra processingSteven Rostedt-2/+24
2012-06-19localmodconfig: Comments and cleanup for streamline_config.plSteven Rostedt-4/+9
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-6/+16
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker-2/+2
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman-1/+3
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman-6/+14
2012-04-12kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker-11/+0
2012-04-12Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker-36/+13
2012-03-30merge_config.sh: Add option to display redundant configsJohn Stultz-0/+9
2012-03-30merge_config.sh: Set execute bitJohn Stultz-0/+0
2012-03-24merge_config.sh: Use the first file as the initial configJosh Boyer-1/+5
2012-01-26kconfig: fix new choices being skipped upon config updateArnaud Lacombe-21/+14
2012-01-16Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-14/+133
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan-1/+2
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe-2/+5
2012-01-15Improve update-po-config outputPeter Foley-3/+3
2012-01-14menuconfig: let make not report error when not save configurationWang YanQing-0/+1
2012-01-14merge_config.sh: fix bug in final checkJohn Stultz-2/+2
2012-01-14merge_config.sh: whitespace cleanupDarren Hart-2/+2
2012-01-14merge_config.sh: use signal names compatible with dash and bashDarren Hart-1/+1
2012-01-14kconfig: add merge_config.sh scriptjohn stultz-0/+117
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt-13/+12
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle-3/+2
2011-12-18kconfig: use xfwrite wrapper function to silence warningsPeter Foley-2/+2
2011-12-11kconfig: fix set but not used warningsPeter Foley-4/+1
2011-12-11kconfig: fix warnings by specifing format argumentsPeter Foley-3/+3
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan-0/+8
2011-09-09scripts/kconfig/nconf: fix editing long stringsCheng Renquan-6/+23
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan-17/+26
2011-09-09scripts/kconfig/nconf: fix memmove's length argCheng Renquan-1/+1
2011-09-09scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan-1/+1
2011-08-31Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into k...Michal Marek-49/+89
2011-08-29kconfig: fix set but not used variablesLucas De Marchi-2/+1
2011-08-29kconfig: handle SIGINT in menuconfigDavidlohr Bueso-34/+52
2011-08-29kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe-13/+36