summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* kconfig: use distinct tokens for type and default propertiesMasahiro Yamada2018-12-213-32/+47
* kconfig: remove redundant token definesMasahiro Yamada2018-12-151-5/+0Star
* kconfig: rename depends_list to comment_option_listMasahiro Yamada2018-12-151-6/+6
* kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada2018-12-151-7/+7
* kconfig: remove redundant menu_block ruleMasahiro Yamada2018-12-151-8/+1Star
* kconfig: remove redundant if_block ruleMasahiro Yamada2018-12-151-9/+1Star
* kconfig: remove grammatically ambiguous option_errorMasahiro Yamada2018-12-151-10/+0Star
* kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada2018-12-151-10/+1Star
* kconfig: warn no new line at end of fileMasahiro Yamada2018-12-151-0/+4
* kconfig: clean up EOF handling in the lexerMasahiro Yamada2018-12-121-3/+2Star
* kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2018-12-122-15/+24
* kconfig: refactor pattern matching in STRING stateMasahiro Yamada2018-12-121-11/+3Star
* kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada2018-12-121-6/+0Star
* kconfig: require T_EOL to reduce visible statementMasahiro Yamada2018-12-121-2/+2
* kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada2018-12-121-0/+2
* kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada2018-12-121-1/+1
* kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada2018-12-081-12/+2Star
* kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada2018-12-083-24/+16Star
* kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada2018-12-081-43/+49
* kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada2018-12-081-2/+2
* kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada2018-12-081-3/+3
* scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell2018-11-151-8/+29
* kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada2018-11-111-3/+4
* merge_config.sh: Allow to define config prefixPetr Vorel2018-11-011-1/+5
* kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-011-8/+1Star
* kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-012-15/+1Star
* kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada2018-09-026-31/+42
* kconfig: remove a spurious self-assignmentLukas Bulwahn2018-08-311-1/+0Star
* kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada2018-08-221-0/+5
* kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada2018-08-221-2/+3
* kconfig: improve the recursive dependency reportMasahiro Yamada2018-08-222-17/+37
* kconfig: report recursive dependency involving 'imply'Masahiro Yamada2018-08-223-18/+32
* kconfig: error out when seeing recursive dependencyMasahiro Yamada2018-08-225-12/+10Star
* kconfig: add build-only configurator targetsRandy Dunlap2018-08-221-1/+10
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-1515-122/+184
|\
| * kconfig: remove P_ENV property typeMasahiro Yamada2018-08-143-4/+0Star
| * kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-142-10/+0Star
| * kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
| * kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-257-19/+30
| * kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada2018-07-251-4/+6
| * kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-252-9/+20
| * kconfig: remove unneeded directory generation from local*configMasahiro Yamada2018-07-251-1/+0Star
| * kconfig: split out useful helpers in confdata.cMasahiro Yamada2018-07-251-17/+64
| * kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-253-32/+30Star
| * kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-254-18/+17Star
| * kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-176-8/+8
| * kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-172-0/+9
* | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-171-4/+4
|/
* kconfig: loop boundary condition fixJerry James2018-06-281-1/+1
* kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2018-06-282-0/+7