aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2013-06-24kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN
2013-06-24kconfig: sort found symbols by relevanceYann E. MORIN
2013-06-18kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN
2013-06-18kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN
2013-06-18kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders
2013-06-18nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders
2013-06-18mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders
2013-06-18kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders
2013-06-18kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek
2013-06-16kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan
2013-04-30menuconfig: print more info for symbol without promptsWengmeiling
2013-04-29localmodconfig: Process source kconfig files as they are foundSteven Rostedt
2013-04-29localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt
2013-04-29kconfig: fix lists definition for C++Yann E. MORIN
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN
2013-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN
2013-04-25kconfig: do not override symbols already setYann E. MORIN
2013-04-25kconfig: fix randconfig tristate detectionYann E. MORIN
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN
2013-04-16menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier
2013-04-16menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier
2013-04-10merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz
2013-03-07kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher
2013-03-07menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner
2013-01-30kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa
2013-01-24nconf: function keys line, change background color for better readabilityRoland Eggner
2013-01-16menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN
2012-12-09merge_config.sh: Add option to specify output dirZhangfei Gao
2012-11-20kconfig: Regenerate lexerMichal Marek
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN
2012-11-20kconfig: add a function to get the CONFIG_ prefixYann E. MORIN
2012-11-20kconfig: remove CONFIG_ from string constantsYann E. MORIN
2012-11-20menuconfig: fix extended colors ncurses supportKrzysztof Mazur
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds