aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-25kconfig: split out useful helpers in confdata.cMasahiro Yamada1-17/+64
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada3-32/+30
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada4-18/+17
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders6-8/+8
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2-0/+9
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott1-4/+4
2018-06-28kconfig: loop boundary condition fixJerry James1-1/+1
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2-0/+7
2018-06-25kconfig: fix line numbers for if-entries in menu treeDirk Gouders1-2/+2
2018-06-11kconfig: fix localmodconfigSam Ravnborg1-2/+2
2018-06-05kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor1-1/+1
2018-06-05kbuild: Move last word of nconfig help to the previous linePetr Vorel1-2/+1
2018-06-05kconfig: Add testconfig into make help outputPetr Vorel1-0/+1
2018-05-29kconfig: test: add Kconfig macro language testsMasahiro Yamada13-0/+191
2018-05-29kconfig: error out if a recursive variable references itselfMasahiro Yamada1-0/+13
2018-05-29kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada1-0/+16
2018-05-29kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada1-0/+27
2018-05-29kconfig: expand lefthand side of assignment statementMasahiro Yamada1-0/+7
2018-05-29kconfig: support append assignment operatorMasahiro Yamada3-3/+27
2018-05-29kconfig: support simply expanded variableMasahiro Yamada4-7/+27
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada4-4/+120
2018-05-29kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada1-1/+1
2018-05-29kconfig: add 'shell' built-in functionMasahiro Yamada1-0/+41
2018-05-29kconfig: add built-in function supportMasahiro Yamada1-12/+130
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada2-2/+2
2018-05-29kconfig: remove sym_expand_string_value()Masahiro Yamada2-54/+0
2018-05-29kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada1-19/+5
2018-05-29kconfig: remove string expansion in file_lookup()Masahiro Yamada1-3/+1
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada10-114/+326
2018-05-28kconfig: drop localization supportSam Ravnborg21-610/+258
2018-05-28kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada5-128/+113
2018-05-28kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada2-34/+32
2018-05-28kconfig: refactor Qt package checks for building qconfMasahiro Yamada2-45/+53
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus1-2/+12
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada1-1/+1
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada1-1/+1