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