summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek-15/+106
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings-1/+6
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner-4/+4
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner-164/+156
2013-01-30kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa-0/+1
2013-01-24nconf: function keys line, change background color for better readabilityRoland Eggner-1/+1
2013-01-16menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing-14/+0
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing-14/+36
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing-29/+92
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN-0/+3
2012-12-09merge_config.sh: Add option to specify output dirZhangfei Gao-4/+16
2012-11-20kconfig: Regenerate lexerMichal Marek-4/+4
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox-19/+40
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN-2/+3
2012-11-20kconfig: add a function to get the CONFIG_ prefixYann E. MORIN-0/+6
2012-11-20kconfig: remove CONFIG_ from string constantsYann E. MORIN-4/+17
2012-11-20menuconfig: fix extended colors ncurses supportKrzysztof Mazur-0/+1
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier-14/+106
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-130/+289
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds-2/+2
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare-2/+2
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando-0/+2
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee-12/+25
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier-73/+149
2012-09-27menuconfig: Do not open code textbox scroll up/downBenjamin Poirier-44/+11
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier-35/+94
2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier-6/+28
2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier-13/+33
2012-09-27menuconfig: Remove superfluous conditionnalBenjamin Poirier-5/+3
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cAdam Lee-1/+1
2012-08-30kconfig/mconf.c: revision of curses initialization.Dirk Gouders-4/+8
2012-08-16localmodconfig: Use my variable for loop in streamline_config.plBill Pemberton-1/+1
2012-08-16localmodconfig: Use 3 parameter open in streamline_config.plBill Pemberton-16/+14
2012-08-16localmodconfig: Rework find_config in streamline_config.plBill Pemberton-8/+6
2012-08-16localmodconfig: Set default value for ksource in streamline_config.plBill Pemberton-1/+1
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