summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c
AgeCommit message (Expand)AuthorLines
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett-7/+10
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada-12/+2
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada-8/+7
2021-06-05kconfig: constify long_optsMasahiro Yamada-1/+1
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada-4/+1
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada-0/+193
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada-0/+15
2021-03-25kconfig: remove assignment for Kconfig fileMasahiro Yamada-2/+1
2021-03-25kconfig: add help messages for --help (-h) and --silent (-s)Masahiro Yamada-3/+7
2021-03-25kconfig: add long options --help and --silentMasahiro Yamada-0/+2
2021-03-25kconfig: refactor option parse codeMasahiro Yamada-48/+43
2021-03-25kconfig: split randconfig setup code into set_randconfig_seed()Masahiro Yamada-23/+31
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada-0/+1
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün-1/+1
2020-12-08kconfig: clean up header inclusionBoris Kolpackov-1/+0
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa-0/+16
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott-1/+12
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon-3/+3
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada-3/+1
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada-13/+0
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada-1/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada-7/+0
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada-0/+5
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada-14/+17
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada-4/+6
2018-05-28kconfig: drop localization supportSam Ravnborg-28/+23
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus-2/+12
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada-10/+10
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada-5/+5
2018-02-09kconfig: send error messages to stderrMasahiro Yamada-4/+6
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada-3/+4
2018-02-09kconfig: remove check_stdin()Masahiro Yamada-14/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada-7/+2
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert-2/+3
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada-10/+7
2018-01-22kconfig: make input_mode staticMasahiro Yamada-1/+2
2015-12-10kconfig: allow kconfig to handle longer path namesMarkus Mayer-3/+4
2015-04-09kconfig: Do not print status messages in make -s modeMichal Marek-2/+6
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada-1/+1
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN-1/+2
2013-06-18kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN-0/+1
2013-06-18kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN-1/+1
2013-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN-1/+11
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings-1/+6