aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2013-12-20localmodconfig: Add config depends by default settingsGravatar Steven Rostedt (Red Hat) 1-0/+7
2013-10-08xconfig: Fix the filename for GUI settingsGravatar Ben Hutchings 2-0/+6
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenGravatar Martin Walch 1-1/+1
2013-10-08kconfig: remove unused definition from scannerGravatar Martin Walch 1-1/+0
2013-10-08kconfig: adjust warning message for conflicting typesGravatar Martin Walch 1-3/+4
2013-10-08kconfig: fix trivial typos and update mconf documentationGravatar Martin Walch 3-33/+31
2013-10-08kconfig: add short explanation to SYMBOL_WRITEGravatar Martin Walch 1-1/+1
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Gravatar Yann E. MORIN 1-0/+6
2013-09-05kconfig: regenerate bison parserGravatar Yann E. MORIN 1-264/+298
2013-09-05kconfig: do not special-case 'MODULES' symbolGravatar Yann E. MORIN 2-13/+3
2013-08-15kconfig: silence warning when parsing auto.conf when a symbol has changed typeGravatar Yann E. MORIN 1-3/+8
2013-08-15kconfig: switch to "long long" for sanityGravatar Kees Cook 1-9/+10
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Gravatar Michal Marek 3-33/+24
2013-07-16kconfig: simplify symbol-search codeGravatar Yann E. MORIN 1-19/+11
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayGravatar Yann E. MORIN 1-1/+1
2013-07-16kconfig: minor style fixes in symbol-search codeGravatar Yann E. MORIN 1-4/+3
2013-07-16kconfig/[mn]conf: shorten title in search-boxGravatar Yann E. MORIN 2-4/+4
2013-07-16kconfig: avoid multiple calls to strlenGravatar Yann E. MORIN 1-5/+5
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 17-95/+242
2013-06-29kconfig: allow "hex" and "range" to support longsGravatar Kees Cook 1-5/+5
2013-06-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Gravatar Yann E. MORIN 1-3/+3
2013-06-24kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGGravatar Yann E. MORIN 1-3/+3
2013-06-24kconfig: loop as long as we changed some symbols in randconfigGravatar Yann E. MORIN 3-6/+17
2013-06-24kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleGravatar Yann E. MORIN 2-2/+2
2013-06-24kconfig: sort found symbols by relevanceGravatar Yann E. MORIN 1-9/+69
2013-06-18kconfig/conf: print the seed used to initialise the RNG for randconfigGravatar Yann E. MORIN 1-0/+1
2013-06-18kconfig/conf: accept a base-16 seed for randconfigGravatar Yann E. MORIN 1-1/+1
2013-06-18kconfig/conf: fix randconfig setting multiple symbols in a choiceGravatar Yann E. MORIN 1-0/+3
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesGravatar Dirk Gouders 4-13/+31
2013-06-18nconf: use function calls instead of ncurses' variables LINES and COLSGravatar Dirk Gouders 2-16/+25
2013-06-18mconf: use function calls instead of ncurses' variables LINES and COLSGravatar Dirk Gouders 6-14/+19
2013-06-18kconfig/lxdialog: handle newline characters in print_autowrap()Gravatar Dirk Gouders 2-16/+19
2013-06-18kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Gravatar Sedat Dilek 1-1/+3
2013-06-16kconfig/lxdialog: Add definitions for mininimum (re)size valuesGravatar Sedat Dilek 7-9/+23
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Gravatar Arve Hjønnevåg 4-4/+25
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Gravatar Dirk Gouders 1-1/+14
2013-05-30mconf: handle keys in empty dialogsGravatar Dirk Gouders 2-9/+11
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 9-12/+245
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolGravatar Li Zefan 1-6/+10
2013-04-30menuconfig: print more info for symbol without promptsGravatar Wengmeiling 1-7/+20
2013-04-29localmodconfig: Process source kconfig files as they are foundGravatar Steven Rostedt 1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsGravatar Steven Rostedt 1-0/+9
2013-04-29kconfig: fix lists definition for C++Gravatar Yann E. MORIN 1-2/+2
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Gravatar Yann E. MORIN 1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigGravatar Yann E. MORIN 1-3/+54
2013-04-25kconfig: allow specifying the seed for randconfigGravatar Yann E. MORIN 1-1/+11
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGGravatar Yann E. MORIN 1-3/+4
2013-04-25kconfig: do not override symbols already setGravatar Yann E. MORIN 1-1/+1
2013-04-25kconfig: fix randconfig tristate detectionGravatar Yann E. MORIN 1-1/+1
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hGravatar Yann E. MORIN 1-2/+2