aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders1-1/+14
2013-05-30mconf: handle keys in empty dialogsDirk Gouders2-9/+11
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds9-12/+245
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan1-6/+10
2013-04-30menuconfig: print more info for symbol without promptsWengmeiling1-7/+20
2013-04-29localmodconfig: Process source kconfig files as they are foundSteven Rostedt1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt1-0/+9
2013-04-29kconfig: fix lists definition for C++Yann E. MORIN1-2/+2
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG"Yann E. MORIN1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN1-3/+54
2013-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN1-1/+11
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+4
2013-04-25kconfig: do not override symbols already setYann E. MORIN1-1/+1
2013-04-25kconfig: fix randconfig tristate detectionYann E. MORIN1-1/+1
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN1-2/+2
2013-04-16menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier4-3/+147
2013-04-16menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2-0/+16
2013-04-10merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz1-1/+9
2013-03-07kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-1/+3
2013-03-07menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-0/+2
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek6-15/+106
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings1-1/+6
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner1-4/+4
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner1-164/+156
2013-01-30kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa1-0/+1
2013-01-24nconf: function keys line, change background color for better readabilityRoland Eggner1-1/+1
2013-01-16menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an Alternate"Wang YanQing1-14/+0
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing2-14/+36
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing1-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing1-29/+92
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN1-0/+3
2012-12-09merge_config.sh: Add option to specify output dirZhangfei Gao1-4/+16
2012-11-20kconfig: Regenerate lexerMichal Marek1-4/+4
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox6-19/+40
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN3-2/+3
2012-11-20kconfig: add a function to get the CONFIG_ prefixYann E. MORIN1-0/+6
2012-11-20kconfig: remove CONFIG_ from string constantsYann E. MORIN2-4/+17
2012-11-20menuconfig: fix extended colors ncurses supportKrzysztof Mazur1-0/+1
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