aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2019-05-29Merge tag 'v4.18.39' into v4.18/standard/baseBruce Ashfield
2019-05-23kconfig/[mn]conf: handle backspace (^H) keyChangbin Du
2019-02-05Merge tag 'v4.18.27' into v4.18/standard/baseBruce Ashfield
2019-02-05kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2019-02-05kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada
2019-02-03Merge tag 'v3.18.26' into v4.18/standard/baseBruce Ashfield
2019-01-30kconfig: remove a spurious self-assignmentLukas Bulwahn
2018-09-11Merge tag 'v4.18.7' into v4.18/standard/baseBruce Ashfield
2018-09-09kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada
2018-08-21menuconfig,mconf-cfg: Allow specification of ncurses locationBruce Ashfield
2018-08-21menuconfig,mconf-cfg: Allow specification of ncurses locationBruce Ashfield
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
2018-05-28kconfig: refactor Qt package checks for building qconfMasahiro Yamada
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada
2018-03-26kconfig: detect recursive inclusion earlierMasahiro Yamada
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigMasahiro Yamada
2018-03-26kconfig: make unmet dependency warnings readableMasahiro Yamada
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada