aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2018-12-22kconfig: use distinct tokens for type and default propertiesGravatar Masahiro Yamada 3-32/+47
2018-12-15kconfig: remove redundant token definesGravatar Masahiro Yamada 1-5/+0
2018-12-15kconfig: rename depends_list to comment_option_listGravatar Masahiro Yamada 1-6/+6
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryGravatar Masahiro Yamada 1-7/+7
2018-12-15kconfig: remove redundant menu_block ruleGravatar Masahiro Yamada 1-8/+1
2018-12-15kconfig: remove redundant if_block ruleGravatar Masahiro Yamada 1-9/+1
2018-12-15kconfig: remove grammatically ambiguous option_errorGravatar Masahiro Yamada 1-10/+0
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticGravatar Masahiro Yamada 1-10/+1
2018-12-15kconfig: warn no new line at end of fileGravatar Masahiro Yamada 1-0/+4
2018-12-13kconfig: clean up EOF handling in the lexerGravatar Masahiro Yamada 1-3/+2
2018-12-13kconfig: fix ambiguous grammar in terms of new linesGravatar Masahiro Yamada 2-15/+24
2018-12-13kconfig: refactor pattern matching in STRING stateGravatar Masahiro Yamada 1-11/+3
2018-12-13kconfig: remove unneeded pattern matching to whitespacesGravatar Masahiro Yamada 1-6/+0
2018-12-13kconfig: require T_EOL to reduce visible statementGravatar Masahiro Yamada 1-2/+2
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationGravatar Masahiro Yamada 1-0/+2
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Gravatar Masahiro Yamada 1-1/+1
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeGravatar Masahiro Yamada 1-12/+2
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingGravatar Masahiro Yamada 3-24/+16
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Gravatar Masahiro Yamada 1-43/+49
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Gravatar Masahiro Yamada 1-2/+2
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Gravatar Masahiro Yamada 1-3/+3
2018-11-15scripts/kconfig/merge_config: don't redefine 'y' to 'm'Gravatar Anders Roxell 1-8/+29
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesGravatar Masahiro Yamada 1-3/+4
2018-11-02merge_config.sh: Allow to define config prefixGravatar Petr Vorel 1-1/+5
2018-11-02kconfig: remove silentoldconfig targetGravatar Masahiro Yamada 1-8/+1
2018-11-02kconfig: remove oldnoconfig targetGravatar Masahiro Yamada 2-15/+1
2018-09-03kconfig: do not require pkg-config on make {menu,n}configGravatar Masahiro Yamada 6-31/+42
2018-09-01kconfig: remove a spurious self-assignmentGravatar Lukas Bulwahn 1-1/+0
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigGravatar Masahiro Yamada 1-0/+5
2018-08-22kconfig: fix "Can't open ..." in parallel buildGravatar Masahiro Yamada 1-2/+3
2018-08-22kconfig: improve the recursive dependency reportGravatar Masahiro Yamada 2-17/+37
2018-08-22kconfig: report recursive dependency involving 'imply'Gravatar Masahiro Yamada 3-18/+32
2018-08-22kconfig: error out when seeing recursive dependencyGravatar Masahiro Yamada 5-12/+10
2018-08-22kconfig: add build-only configurator targetsGravatar Randy Dunlap 1-1/+10
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 15-122/+184
2018-08-14kconfig: remove P_ENV property typeGravatar Masahiro Yamada 3-4/+0
2018-08-14kconfig: remove unused sym_get_env_prop() functionGravatar Masahiro Yamada 2-10/+0
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolGravatar Masahiro Yamada 1-2/+2
2018-07-25kconfig: allow all config targets to write auto.conf if missingGravatar Masahiro Yamada 7-19/+30
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countGravatar Masahiro Yamada 1-4/+6
2018-07-25kconfig: create directories needed for syncconfig by itselfGravatar Masahiro Yamada 2-9/+20
2018-07-25kconfig: remove unneeded directory generation from local*configGravatar Masahiro Yamada 1-1/+0
2018-07-25kconfig: split out useful helpers in confdata.cGravatar Masahiro Yamada 1-17/+64
2018-07-25kconfig: rename file_write_dep and move it to confdata.cGravatar Masahiro Yamada 3-32/+30
2018-07-25kconfig: handle format string before calling conf_message_callback()Gravatar Masahiro Yamada 4-18/+17
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEGravatar Dirk Gouders 6-8/+8
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configGravatar Randy Dunlap 2-0/+9
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSGravatar Laura Abbott 1-4/+4
2018-06-28kconfig: loop boundary condition fixGravatar Jerry James 1-1/+1
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Gravatar Dirk Gouders 2-0/+7