summaryrefslogtreecommitdiff
path: root/scripts/kconfig
Commit message (Expand)AuthorAge
* localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)2013-12-20
* xconfig: Fix the filename for GUI settingsBen Hutchings2013-10-08
* kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2013-10-08
* kconfig: remove unused definition from scannerMartin Walch2013-10-08
* kconfig: adjust warning message for conflicting typesMartin Walch2013-10-08
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-08
* kconfig: add short explanation to SYMBOL_WRITEMartin Walch2013-10-08
* kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2013-09-05
* kconfig: regenerate bison parserYann E. MORIN2013-09-05
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-05
* kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN2013-08-15
* kconfig: switch to "long long" for sanityKees Cook2013-08-15
* Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-07-23
|\
| * kconfig: simplify symbol-search codeYann E. MORIN2013-07-16
| * kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN2013-07-16
| * kconfig: minor style fixes in symbol-search codeYann E. MORIN2013-07-16
| * kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2013-07-16
| * kconfig: avoid multiple calls to strlenYann E. MORIN2013-07-16
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-07-10
|\ \ | |/
| * kconfig: allow "hex" and "range" to support longsKees Cook2013-06-29
| * Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-06-26
| * kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-06-24
| * kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-24
| * kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2013-06-24
| * kconfig: sort found symbols by relevanceYann E. MORIN2013-06-24
| * kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN2013-06-18
| * kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN2013-06-18
| * kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN2013-06-18
| * mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2013-06-18
| * nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-18
| * mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-18
| * kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2013-06-18
| * kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek2013-06-18
| * kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek2013-06-16
| * kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-16
* | kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders2013-05-30
* | mconf: handle keys in empty dialogsDirk Gouders2013-05-30
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-05-07
|\
| * kconfig: fix lists definition for C++Yann E. MORIN2013-04-29
| * Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-04-26
| * kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-25
| * kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-25
| * kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-04-25
| * kconfig: do not override symbols already setYann E. MORIN2013-04-25
| * kconfig: fix randconfig tristate detectionYann E. MORIN2013-04-25
| * kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2013-04-16
| * menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier2013-04-16
| * menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2013-04-16
| * merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz2013-04-10
| * kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-07