aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier5-14/+106
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds10-130/+289
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+2
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare2-2/+2
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando1-0/+2
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an aliasAdam Lee2-12/+25
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier6-73/+149
2012-09-27menuconfig: Do not open code textbox scroll up/downBenjamin Poirier1-44/+11
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier5-35/+94
2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier3-6/+28
2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier3-13/+33
2012-09-27menuconfig: Remove superfluous conditionnalBenjamin Poirier1-5/+3
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cAdam Lee1-1/+1
2012-08-30kconfig/mconf.c: revision of curses initialization.Dirk Gouders3-4/+8
2012-08-16localmodconfig: Use my variable for loop in streamline_config.plBill Pemberton1-1/+1
2012-08-16localmodconfig: Use 3 parameter open in streamline_config.plBill Pemberton1-16/+14
2012-08-16localmodconfig: Rework find_config in streamline_config.plBill Pemberton1-8/+6
2012-08-16localmodconfig: Set default value for ksource in streamline_config.plBill Pemberton1-1/+1
2012-07-30Merge tag 'localmodconfig-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfigLinus Torvalds1-17/+158
2012-07-26kconfig: Document oldnoconfig to what it really doesSteven Rostedt1-1/+1
2012-07-26nconf: add u, d command keys in scroll windowsBenjamin Poirier2-6/+8
2012-07-26menuconfig: add u, d, q command keys in text boxesBenjamin Poirier2-3/+6
2012-07-13kconfig: Print errors to stderr in the MakefileMichal Marek1-14/+14
2012-07-13kconfig: allow long lines in config fileCody Schafer1-2/+59
2012-07-13kconfig: remove lkc_defs.h from .gitignore and dontdiffPaul Bolle1-1/+0
2012-07-13xconfig: add quiet rule for mocYaakov Selkowitz1-2/+5
2012-07-13xconfig: use pkgconfig to find mocYaakov Selkowitz1-2/+2
2012-07-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz1-1/+1
2012-07-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz1-3/+3
2012-07-04kconfig/nconf: fix compile with ncurses reentrant APIYaakov Selkowitz1-0/+4
2012-06-19localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUGSteven Rostedt1-0/+21
2012-06-19localmodconfig: Check if configs are already set for selectsSteven Rostedt1-11/+104
2012-06-19localmodconfig: Read in orig config file to avoid extra processingSteven Rostedt1-2/+24
2012-06-19localmodconfig: Comments and cleanup for streamline_config.plSteven Rostedt1-4/+9
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-6/+16
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2-2/+2
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman1-1/+3
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman1-6/+14
2012-04-12kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker1-11/+0
2012-04-12Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols"Paul Gortmaker1-36/+13
2012-03-30merge_config.sh: Add option to display redundant configsJohn Stultz1-0/+9
2012-03-30merge_config.sh: Set execute bitJohn Stultz1-0/+0
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