aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Gravatar Tetsuo Handa 1-0/+16
2019-11-11kconfig: Add option to get the full help text with listnewconfigGravatar Laura Abbott 1-1/+12
2019-07-06kconfig: Fix spelling of sym_is_changableGravatar Marco Ammon 1-3/+3
2019-06-09kconfig: require the argument of --defconfigGravatar Masahiro Yamada 1-3/+1
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileGravatar Masahiro Yamada 1-13/+0
2018-12-28kconfig: convert to SPDX License IdentifierGravatar Masahiro Yamada 1-1/+1
2018-11-02kconfig: remove oldnoconfig targetGravatar Masahiro Yamada 1-7/+0
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigGravatar Masahiro Yamada 1-0/+5
2018-07-25kconfig: allow all config targets to write auto.conf if missingGravatar Masahiro Yamada 1-14/+17
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countGravatar Masahiro Yamada 1-4/+6
2018-05-28kconfig: drop localization supportGravatar Sam Ravnborg 1-28/+23
2018-04-13kconfig: extend output of 'listnewconfig'Gravatar Don Zickus 1-2/+12
2018-03-26kconfig: rename silentoldconfig to syncconfigGravatar Masahiro Yamada 1-10/+10
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigGravatar Masahiro Yamada 1-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopGravatar Masahiro Yamada 1-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Gravatar Masahiro Yamada 1-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigGravatar Masahiro Yamada 1-5/+5
2018-02-09kconfig: send error messages to stderrGravatar Masahiro Yamada 1-4/+6
2018-02-09kconfig: echo stdin to stdout if either is redirectedGravatar Masahiro Yamada 1-3/+4
2018-02-09kconfig: remove check_stdin()Gravatar Masahiro Yamada 1-14/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableGravatar Masahiro Yamada 1-7/+2
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpGravatar Marc Herbert 1-2/+3
2018-01-22kconfig: make xfgets() really staticGravatar Masahiro Yamada 1-10/+7
2018-01-22kconfig: make input_mode staticGravatar Masahiro Yamada 1-1/+2
2015-12-10kconfig: allow kconfig to handle longer path namesGravatar Markus Mayer 1-3/+4
2015-04-09kconfig: Do not print status messages in make -s modeGravatar Michal Marek 1-2/+6
2014-06-10kbuild: trivial - use tabs for code indent where possibleGravatar Masahiro Yamada 1-1/+1
2013-06-24kconfig: loop as long as we changed some symbols in randconfigGravatar Yann E. MORIN 1-1/+2
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-04-25kconfig: allow specifying the seed for randconfigGravatar Yann E. MORIN 1-1/+11
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newGravatar Ben Hutchings 1-1/+6
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Gravatar Adam Lee 1-9/+16
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cGravatar Adam Lee 1-1/+1
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Gravatar Eric W. Biederman 1-1/+3
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGGravatar Eric W. Biederman 1-6/+14
2011-07-02kconfig/conf: mark xfgets() privateGravatar Arnaud Lacombe 1-4/+3
2011-07-02kconfig/conf: add command line options' descriptionGravatar Arnaud Lacombe 1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Gravatar Arnaud Lacombe 1-3/+1
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftGravatar Arnaud Lacombe 1-1/+0
2011-06-06kconfig: annotate non-trivial fall-troughGravatar Arnaud Lacombe 1-0/+4
2011-04-24kconfig: Avoid buffer underrun in choice inputGravatar Ben Hutchings 1-1/+1
2010-12-15kconfig/conf: merge duplicate switch's caseGravatar Arnaud Lacombe 1-2/+0
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigGravatar Michal Marek 1-1/+1
2010-10-09kbuild: fix oldnoconfig to do the right thingGravatar Kyle McMartin 1-1/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameGravatar Arnaud Lacombe 1-6/+5
2010-09-19kconfig: allow build-time definition of the internal config prefixGravatar Arnaud Lacombe 1-1/+1
2010-09-08kbuild: fix oldnoconfig to do the right thingGravatar Kyle McMartin 1-1/+1
2010-08-31kbuild: use getopt_long(), not its _only() variantGravatar Arnaud Lacombe 1-1/+1
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-2/+13