summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kconfig: document the positional argument in the help messageMasahiro Yamada2024-11-061-1/+4
* kconfig: remove sym_get_choice_value()Masahiro Yamada2024-07-151-4/+2
* kconfig: refactor choice value calculationMasahiro Yamada2024-07-151-69/+62
* kconfig: introduce choice_set_value() helperMasahiro Yamada2024-07-151-1/+1
* kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada2024-07-151-31/+30
* kconfig: remove tristate choice supportMasahiro Yamada2024-07-151-50/+6
* kconfig: turn conf_choice() into void functionMasahiro Yamada2024-05-091-6/+5
* kconfig: remove unneeded if-conditional in conf_choice()Masahiro Yamada2024-05-021-3/+2
* kconfig: do not reparent the menu inside a choice blockMasahiro Yamada2024-03-281-5/+0
* kconfig: use generic macros to implement symbol hashtableMasahiro Yamada2024-02-201-6/+6
* kconfig: WERROR unmet symbol dependencySergey Senozhatsky2023-12-291-0/+6
* Kconfig: remove sym_set_choice_valueZeng Heng2022-09-281-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-061-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-011-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-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/+1
* 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/+0