aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2014-08-08x86: Add "make tinyconfig" to configure the tiniest possible kernelJosh Triplett
2014-08-08x86, platform, kconfig: move kvmconfig functionality to a helperJosh Triplett
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2014-06-10kbuild: create include/config directory in scripts/kconfig/MakefileMasahiro Yamada
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett
2013-12-20localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)
2013-10-08xconfig: Fix the filename for GUI settingsBen Hutchings
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch
2013-10-08kconfig: remove unused definition from scannerMartin Walch
2013-10-08kconfig: adjust warning message for conflicting typesMartin Walch
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch
2013-10-08kconfig: add short explanation to SYMBOL_WRITEMartin Walch
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN
2013-09-05kconfig: regenerate bison parserYann E. MORIN
2013-09-05kconfig: do not special-case 'MODULES' symbolYann E. MORIN
2013-08-15kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN
2013-08-15kconfig: switch to "long long" for sanityKees Cook
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN
2013-07-16kconfig/[mn]conf: shorten title in search-boxYann E. MORIN
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2013-06-29kconfig: allow "hex" and "range" to support longsKees Cook
2013-06-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN
2013-06-24kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN
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-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders
2013-05-30mconf: handle keys in empty dialogsDirk Gouders
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