aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada1-5/+0
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada1-6/+6
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky1-0/+6
2022-09-29Kconfig: remove sym_set_choice_valueZeng Heng1-1/+1
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett1-7/+10
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada1-12/+2
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada1-8/+7
2021-06-05kconfig: constify long_optsMasahiro Yamada1-1/+1
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada1-4/+1
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada1-0/+193
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada1-0/+15
2021-03-25kconfig: remove assignment for Kconfig fileMasahiro Yamada1-2/+1
2021-03-25kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada1-3/+7
2021-03-25kconfig: add long options --help and --silentMasahiro Yamada1-0/+2
2021-03-25kconfig: refactor option parse codeMasahiro Yamada1-48/+43
2021-03-25kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada1-23/+31
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada1-0/+1
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada1-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada1-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada1-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün1-1/+1
2020-12-08kconfig: clean up header inclusionBoris Kolpackov1-1/+0
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa1-0/+16
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott1-1/+12
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon1-3/+3
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada1-3/+1
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada1-13/+0
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada1-7/+0
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada1-0/+5
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada1-14/+17
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada1-4/+6
2018-05-28kconfig: drop localization supportSam Ravnborg1-28/+23
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus1-2/+12
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada1-10/+10
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada1-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada1-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada1-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada1-5/+5
2018-02-09kconfig: send error messages to stderrMasahiro Yamada1-4/+6
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada1-3/+4
2018-02-09kconfig: remove check_stdin()Masahiro Yamada1-14/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada1-7/+2
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert1-2/+3
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada1-10/+7
2018-01-22kconfig: make input_mode staticMasahiro Yamada1-1/+2
2015-12-10kconfig: allow kconfig to handle longer path namesMarkus Mayer1-3/+4
2015-04-09kconfig: Do not print status messages in make -s modeMichal Marek1-2/+6
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-1/+1
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN1-1/+2
2013-06-18kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN1-0/+1
2013-06-18kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN1-1/+1
2013-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN1-1/+11
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings1-1/+6
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee1-9/+16
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cAdam Lee1-1/+1
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman1-1/+3
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman1-6/+14
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe1-4/+3
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe1-3/+1
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-1/+0
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe1-0/+4
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe1-2/+0
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek1-1/+1
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin1-1/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe1-6/+5
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe1-1/+1
2010-09-08kbuild: fix oldnoconfig to do the right thingKyle McMartin1-1/+1
2010-08-31kbuild: use getopt_long(), not its _only() variantArnaud Lacombe1-1/+1
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-2/+13
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren1-2/+13
2010-08-06kconfig: fix make oldconfigSam Ravnborg1-1/+1
2010-08-03kconfig: add savedefconfigSam Ravnborg1-0/+14
2010-08-03kconfig: add alldefconfigSam Ravnborg1-0/+7
2010-08-03kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg1-23/+11
2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg1-7/+7
2010-08-03kconfig: use long options in confSam Ravnborg1-86/+75
2010-06-12scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock1-4/+0
2010-06-02kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski1-9/+44
2009-09-20kbuild: add static to prototypesTrevor Keith1-1/+1
2009-09-20kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan1-11/+11
2009-06-09kconfig: do not hardcode ".config" filenameMarkus Heidelberg1-3/+4
2009-03-15kconfig: improve seed in randconfigIngo Molnar1-1/+15
2008-09-29kconfig: fix silentoldconfigzippel@linux-m68k.org1-66/+57
2008-08-04kconfig: always write out .configSam Ravnborg1-1/+1
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg1-8/+3
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg1-1/+1
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg1-86/+68
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-2/+2
2008-01-28kconfig: gettext support for configEGRY Gabor1-15/+20
2008-01-28kconfig: use C89 random functions in conf.cLadislav Michl1-2/+2
2008-01-28kconfig: fix whitespace and sort includes in conf.cLadislav Michl1-3/+3
2008-01-28kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon1-13/+11
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt1-1/+2
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg1-1/+0
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg1-0/+1
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel1-9/+12
2007-07-25kconfig: attach help text to menusSam Ravnborg1-16/+15
2007-05-02kbuild: be more explicit on missing .config fileRandy Dunlap1-0/+1
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese1-1/+1
2006-06-09kconfig: exit if no beginning filenameRandy Dunlap1-0/+1
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel1-3/+3
2006-06-09kconfig: fix .config dependenciesRoman Zippel1-1/+15
2006-04-19[PATCH] config: update usage/help infoRandy Dunlap1-1/+2
2006-04-11kconfig: revert conf behaviour changeRoman Zippel1-16/+2
2006-04-11kconfig: fix default value for choice inputRoman Zippel1-2/+1
2006-01-08[PATCH] kconf: Check for eof from input stream.Ben Collins1-2/+16
2005-11-09[PATCH] kconfig: preset config during all*configRoman Zippel1-0/+30
2005-11-09[PATCH] kconfig: fix restart for choice symbolsRoman Zippel1-4/+3
2005-06-25[PATCH] Kill signed charsJ.A. Magallon1-3/+3
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo1-10/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+583