summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-061-3/+3
* kconfig: require the argument of --defconfigMasahiro Yamada2019-06-091-3/+1Star
* kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-271-13/+0Star
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-011-7/+0Star
* kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada2018-08-221-0/+5
* kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-251-14/+17
* kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada2018-07-251-4/+6
* kconfig: drop localization supportSam Ravnborg2018-05-281-28/+23Star
* kconfig: extend output of 'listnewconfig'Don Zickus2018-04-131-2/+12
* kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2018-03-251-10/+10
* kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada2018-03-251-3/+6
* kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada2018-03-251-1/+1
* kconfig: remove unneeded input_mode test in conf()Masahiro Yamada2018-03-251-3/+1Star
* kconfig: do not call check_conf() for olddefconfigMasahiro Yamada2018-03-251-5/+5
* kconfig: send error messages to stderrMasahiro Yamada2018-02-081-4/+6
* kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada2018-02-081-3/+4
* kconfig: remove check_stdin()Masahiro Yamada2018-02-081-14/+0Star
* kconfig: show '?' prompt even if no help text is availableMasahiro Yamada2018-02-081-7/+2Star
* kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2018-01-271-2/+3
* kconfig: make xfgets() really staticMasahiro Yamada2018-01-211-10/+7Star
* kconfig: make input_mode staticMasahiro Yamada2018-01-211-1/+2
* kconfig: allow kconfig to handle longer path namesMarkus Mayer2015-12-101-3/+4
* kconfig: Do not print status messages in make -s modeMichal Marek2015-04-091-2/+6
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-1/+1
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-241-1/+2
* kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN2013-06-181-0/+1
* kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN2013-06-181-1/+1
* kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-251-1/+11
* kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings2013-02-191-1/+6
* kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee2012-09-271-9/+16
* kconfig: document oldnoconfig to what it really does in conf.cAdam Lee2012-08-311-1/+1
* kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman2012-05-071-1/+3
* kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman2012-05-051-6/+14
* kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-021-4/+3Star
* kconfig/conf: add command line options' descriptionArnaud Lacombe2011-07-021-1/+31
* kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe2011-07-021-3/+1Star
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0Star
* kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-061-0/+4
* kconfig: Avoid buffer underrun in choice inputBen Hutchings2011-04-241-1/+1
* kconfig/conf: merge duplicate switch's caseArnaud Lacombe2010-12-151-2/+0Star
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-121-1/+1
|\
| * kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-10-091-1/+1
| * Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-08-141-2/+13
| |\
| * | kconfig: fix make oldconfigSam Ravnborg2010-08-061-1/+1
* | | kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-201-6/+5Star
* | | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-201-1/+1
* | | kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-09-081-1/+1
* | | kbuild: use getopt_long(), not its _only() variantArnaud Lacombe2010-08-311-1/+1
| |/ |/|
* | kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2010-08-131-2/+13
|/