aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada1-5/+15
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada1-3/+9
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada2-23/+20
2018-12-22kconfig: refactor end token rulesMasahiro Yamada1-28/+15
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada2-4/+3
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada2-4/+3
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada2-5/+13
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada5-52/+41
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada3-32/+47
2018-12-15kconfig: remove redundant token definesMasahiro Yamada1-5/+0
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada1-6/+6
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada1-7/+7
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada1-8/+1
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada1-9/+1
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada1-10/+0
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada1-10/+1
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada1-0/+4
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada1-3/+2
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2-15/+24
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada1-11/+3
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada1-6/+0
2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada1-2/+2
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada1-0/+2
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada1-1/+1
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada1-12/+2
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada3-24/+16
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada1-43/+49
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada1-2/+2
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada1-3/+3
2018-11-15scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell1-8/+29
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada1-3/+4
2018-11-02merge_config.sh: Allow to define config prefixPetr Vorel1-1/+5
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada1-8/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada2-15/+1
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada6-31/+42
2018-09-01kconfig: remove a spurious self-assignmentLukas Bulwahn1-1/+0
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada1-0/+5
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada1-2/+3
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada2-17/+37
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada3-18/+32
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada5-12/+10
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap1-1/+10
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds15-122/+184
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada3-4/+0
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2-10/+0
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada1-2/+2
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada7-19/+30
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada1-4/+6
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2-9/+20
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada1-1/+0