summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders2013-05-301-1/+14
* mconf: handle keys in empty dialogsDirk Gouders2013-05-302-9/+11
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-05-079-12/+245
|\
| * kconfig: fix lists definition for C++Yann E. MORIN2013-04-291-2/+2
| * Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-04-261-4/+3
| * kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-251-3/+54
| * kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-251-1/+11
| * kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-04-251-3/+4
| * kconfig: do not override symbols already setYann E. MORIN2013-04-251-1/+1
| * kconfig: fix randconfig tristate detectionYann E. MORIN2013-04-251-1/+1
| * kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2013-04-161-2/+2
| * menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier2013-04-164-3/+147
| * menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2013-04-162-0/+16
| * merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz2013-04-101-1/+9
| * kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-1/+3
| * menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-0/+2
* | menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan2013-05-071-6/+10
* | menuconfig: print more info for symbol without promptsWengmeiling2013-04-301-7/+20
* | localmodconfig: Process source kconfig files as they are foundSteven Rostedt2013-04-291-10/+7
* | localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt2013-04-291-0/+9
|/
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-256-15/+106
|\
| * kconfig:lxdialog: remove duplicate codeWang YanQing2012-12-271-1/+0
| * menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-255-14/+106
* | kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings2013-02-191-1/+6
* | kconfig: nconf: rewrite labels of function keys lineRoland Eggner2013-02-091-4/+4
* | kconfig: nconf: rewrite help textsRoland Eggner2013-02-091-164/+156
* | kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa2013-01-301-0/+1
* | nconf: function keys line, change background color for better readabilityRoland Eggner2013-01-241-1/+1
* | menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing2013-01-161-14/+0
* | menuconfig: Add Save/Load buttonsWang YanQing2013-01-162-14/+36
* | menuconfig:inputbox: support navigate input positionWang YanQing2012-12-251-29/+92
* | scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN2012-12-201-0/+3
* | merge_config.sh: Add option to specify output dirZhangfei Gao2012-12-091-4/+16
* | kconfig: Regenerate lexerMichal Marek2012-11-201-4/+4
* | kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-206-19/+40
* | kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-203-2/+3
* | kconfig: add a function to get the CONFIG_ prefixYann E. MORIN2012-11-201-0/+6
* | kconfig: remove CONFIG_ from string constantsYann E. MORIN2012-11-202-4/+17
* | menuconfig: fix extended colors ncurses supportKrzysztof Mazur2012-11-201-0/+1
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-10-1210-130/+289
|\
| * kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee2012-09-272-12/+25
| * menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-276-73/+149
| * menuconfig: Do not open code textbox scroll up/downBenjamin Poirier2012-09-271-44/+11
| * menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-275-35/+94
| * menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier2012-09-273-6/+28
| * menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier2012-09-273-13/+33
| * menuconfig: Remove superfluous conditionnalBenjamin Poirier2012-09-271-5/+3
| * kconfig: document oldnoconfig to what it really does in conf.cAdam Lee2012-08-311-1/+1
| * kconfig/mconf.c: revision of curses initialization.Dirk Gouders2012-08-303-4/+8
* | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-10-082-2/+2
|\ \