summaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c
AgeCommit message (Expand)Author
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada
2018-02-09kconfig: send error messages to stderrMasahiro Yamada
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada
2018-02-09kconfig: remove check_stdin()Masahiro Yamada
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada
2018-01-22kconfig: make input_mode staticMasahiro Yamada
2015-12-10kconfig: allow kconfig to handle longer path namesMarkus Mayer
2015-04-09kconfig: Do not print status messages in make -s modeMichal Marek
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann 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-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cAdam Lee
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin
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-08kbuild: fix oldnoconfig to do the right thingKyle McMartin
2010-08-31kbuild: use getopt_long(), not its _only() variantArnaud Lacombe
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren
2010-08-06kconfig: fix make oldconfigSam Ravnborg
2010-08-03kconfig: add savedefconfigSam Ravnborg
2010-08-03kconfig: add alldefconfigSam Ravnborg