aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-01-07nconf: handle comment entries within choice/endchoicePeter Korsgaard
2010-12-29kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich
2010-12-27kconfig: fix warningArnaud Lacombe
2010-12-21kconfig: Make expr_copy() take a const argumentMichal Marek
2010-12-21kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe
2010-12-15kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe
2010-12-15kconfig: fix `zconfdebug' extern declarationArnaud Lacombe
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe
2010-12-15kconfig: fix typosArnaud Lacombe
2010-12-15kbuild/gconf: add dummy inline for bind_textdomain_codeset()Arnaud Lacombe
2010-12-15kbuild/nconf: fix spaces damageArnaud Lacombe
2010-12-15kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe
2010-12-15kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe
2010-11-22kconfig: regen parserArnaud Lacombe
2010-11-22kconfig: add an option to determine a menu's visibilityArnaud Lacombe
2010-11-01kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft
2010-10-29kconfig: Have streamline_config process menuconfigs tooSteven Rostedt
2010-10-29kconfig: Fix streamline_config to read multi line deps in Kconfig filesSteven Rostedt
2010-10-29kconfig: Fix missing declaration of variable $dir in streamline_config.plhiromu
2010-10-29kconfig: Fix variable name typo %prompts in streamline_config.plhiromu yagura
2010-10-29kconfig: Make localmodconfig handle environment variablesSteven Rostedt
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek
2010-10-12Revert "kconfig: Temporarily disable dependency warnings"Michal Marek
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin
2010-10-09kconfig: Temporarily disable dependency warningsMichal Marek
2010-10-04kconfig: Use PATH_MAX instead of 128 for path buffer sizes.Will Newton
2010-10-04kconfig: delay symbol direct dependency initializationArnaud Lacombe
2010-09-30kconfig: Fix realloc usage()Michal Marek
2010-09-30kconfig: Propagate constMichal Marek
2010-09-30kconfig: Don't go out from read config loop when you read new symbolNaohiro Aota
2010-09-27Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...Michal Marek
2010-09-20kconfig: fix menuconfig on debian lennyJunio C Hamano
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe
2010-09-19kconfig: expand file namesArnaud Lacombe
2010-09-19kconfig: use the file's name of sourced fileArnaud Lacombe
2010-09-19kconfig: constify file nameArnaud Lacombe
2010-09-19kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe
2010-09-19kconfig: delay gconf window initializationArnaud Lacombe
2010-09-19kconfig: expand by default the rootmenu's promptArnaud Lacombe
2010-09-19kconfig: add a symbol string expansion helperArnaud Lacombe
2010-09-19kconfig: regen parserArnaud Lacombe
2010-09-19kconfig: implement the `mainmenu' directiveArnaud Lacombe
2010-09-19kconfig: allow PACKAGE to be defined on the compiler's command-lineArnaud Lacombe
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe
2010-09-19kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe
2010-09-19kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe