summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2019-01-26kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2019-01-26kconfig: fix file name and line number of warn_ignored_character()Masahiro 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
2018-06-25kconfig: fix line numbers for if-entries in menu treeDirk Gouders
2018-06-11kconfig: fix localmodconfigSam Ravnborg
2018-06-05kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor
2018-06-05kbuild: Move last word of nconfig help to the previous linePetr Vorel
2018-06-05kconfig: Add testconfig into make help outputPetr Vorel
2018-05-29kconfig: test: add Kconfig macro language testsMasahiro Yamada
2018-05-29kconfig: error out if a recursive variable references itselfMasahiro Yamada
2018-05-29kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada
2018-05-29kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada
2018-05-29kconfig: expand lefthand side of assignment statementMasahiro Yamada
2018-05-29kconfig: support append assignment operatorMasahiro Yamada
2018-05-29kconfig: support simply expanded variableMasahiro Yamada
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada
2018-05-29kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada
2018-05-29kconfig: add 'shell' built-in functionMasahiro Yamada
2018-05-29kconfig: add built-in function supportMasahiro Yamada
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada
2018-05-29kconfig: remove sym_expand_string_value()Masahiro Yamada
2018-05-29kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada
2018-05-29kconfig: remove string expansion in file_lookup()Masahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-05-28kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada
2018-05-28kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada