summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada
2018-12-15kconfig: remove redundant token definesMasahiro Yamada
2018-12-15kconfig: rename depends_list to comment_option_listMasahiro Yamada
2018-12-15kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada
2018-12-15kconfig: remove redundant menu_block ruleMasahiro Yamada
2018-12-15kconfig: remove redundant if_block ruleMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous option_errorMasahiro Yamada
2018-12-15kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada
2018-12-13kconfig: require T_EOL to reduce visible statementMasahiro Yamada
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada
2018-11-15scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada
2018-11-02merge_config.sh: Allow to define config prefixPetr Vorel
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada
2018-09-01kconfig: remove a spurious self-assignmentLukas Bulwahn
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada
2018-07-25kconfig: split out useful helpers in confdata.cMasahiro Yamada
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott
2018-06-28kconfig: loop boundary condition fixJerry James
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders