summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: remove sym_set_choice_valueZeng Heng2022-09-291-1/+1
* kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett2021-12-021-7/+10
* kconfig: refactor listnewconfig codeMasahiro Yamada2021-10-111-12/+2
* kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada2021-10-011-8/+7
* kconfig: constify long_optsMasahiro Yamada2021-06-051-1/+1
* kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-141-4/+1
* kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada2021-04-141-0/+193
* kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada2021-03-251-0/+15
* kconfig: remove assignment for Kconfig fileMasahiro Yamada2021-03-251-2/+1
* kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada2021-03-251-3/+7
* kconfig: add long options --help and --silentMasahiro Yamada2021-03-251-0/+2
* kconfig: refactor option parse codeMasahiro Yamada2021-03-251-48/+43
* kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada2021-03-251-23/+31
* kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-241-0/+1
* kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
* kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
* kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
* kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
* kconfig: clean up header inclusionBoris Kolpackov2020-12-081-1/+0
* kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa2020-01-071-0/+16
* kconfig: Add option to get the full help text with listnewconfigLaura Abbott2019-11-111-1/+12
* kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-061-3/+3
* kconfig: require the argument of --defconfigMasahiro Yamada2019-06-091-3/+1
* kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-271-13/+0
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-021-7/+0
* 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/+23
* kconfig: extend output of 'listnewconfig'Don Zickus2018-04-131-2/+12
* kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2018-03-261-10/+10
* kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada2018-03-261-3/+6
* kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada2018-03-261-1/+1
* kconfig: remove unneeded input_mode test in conf()Masahiro Yamada2018-03-261-3/+1
* kconfig: do not call check_conf() for olddefconfigMasahiro Yamada2018-03-261-5/+5
* kconfig: send error messages to stderrMasahiro Yamada2018-02-091-4/+6
* kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada2018-02-091-3/+4
* kconfig: remove check_stdin()Masahiro Yamada2018-02-091-14/+0
* kconfig: show '?' prompt even if no help text is availableMasahiro Yamada2018-02-091-7/+2
* kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2018-01-281-2/+3
* kconfig: make xfgets() really staticMasahiro Yamada2018-01-221-10/+7
* kconfig: make input_mode staticMasahiro Yamada2018-01-221-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