aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-24merge_config.sh: Use the first file as the initial configJosh Boyer1-1/+5
2012-01-26kconfig: fix new choices being skipped upon config updateArnaud Lacombe2-21/+14
2012-01-16Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds7-14/+133
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan1-1/+2
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2-2/+5
2012-01-15Improve update-po-config outputPeter Foley1-3/+3
2012-01-14menuconfig: let make not report error when not save configurationWang YanQing1-0/+1
2012-01-14merge_config.sh: fix bug in final checkJohn Stultz1-2/+2
2012-01-14merge_config.sh: whitespace cleanupDarren Hart1-2/+2
2012-01-14merge_config.sh: use signal names compatible with dash and bashDarren Hart1-1/+1
2012-01-14kconfig: add merge_config.sh scriptjohn stultz1-0/+117
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt1-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt1-13/+12
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle1-3/+2
2011-12-18kconfig: use xfwrite wrapper function to silence warningsPeter Foley1-2/+2
2011-12-11kconfig: fix set but not used warningsPeter Foley1-4/+1
2011-12-11kconfig: fix warnings by specifing format argumentsPeter Foley1-3/+3
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan1-0/+8
2011-09-09scripts/kconfig/nconf: fix editing long stringsCheng Renquan1-6/+23
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan3-17/+26
2011-09-09scripts/kconfig/nconf: fix memmove's length argCheng Renquan1-1/+1
2011-09-09scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan1-1/+1
2011-08-31Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into kbuild/kconfigMichal Marek3-49/+89
2011-08-29kconfig: fix set but not used variablesLucas De Marchi1-2/+1
2011-08-29kconfig: handle SIGINT in menuconfigDavidlohr Bueso1-34/+52
2011-08-29kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe1-13/+36
2011-08-19Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/linux-2.6 into kbuild/kconfigMichal Marek2-29/+21
2011-08-08kconfig: factor code in menu_get_ext_help()Arnaud Lacombe1-6/+4
2011-08-08kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla1-4/+3
2011-08-08kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe1-2/+0
2011-08-08kconfig/streamline_config.pl: merge local{mod,yes}configArnaud Lacombe1-17/+1
2011-08-08kconfig/streamline_config.pl: use options to determine operating modeArnaud Lacombe2-3/+15
2011-08-08kconfig/streamline_config.pl: directly access LSMOD from the environmentArnaud Lacombe2-12/+8
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds21-259/+323
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek1-57/+14
2011-07-25xconfig: Abort close if configuration cannot be savedMichal Marek2-4/+11
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe1-5/+21
2011-07-13kconfig/nconf: remove useless conditionnalArnaud Lacombe1-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuArnaud Lacombe1-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe1-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu1-2/+0
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfigMichal Marek3-22/+39
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe2-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe1-3/+0
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe1-3/+1
2011-07-02kconfig: use calloc() for expr allocationArnaud Lacombe1-8/+4
2011-07-01kconfig: introduce specialized printerArnaud Lacombe4-128/+266
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe1-1/+1
2011-06-09kconfig: regen parserArnaud Lacombe4-173/+200