summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
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
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada
2018-03-26kconfig: tests: test if new symbols in choice are askedMasahiro Yamada
2018-03-26kconfig: tests: test automatic submenu creationMasahiro Yamada
2018-03-26kconfig: tests: add basic choice testsMasahiro Yamada
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson
2018-03-26kconfig: Print reverse dependencies in groupsEugeniu Rosca
2018-03-26kconfig: clean-up reverse dependency help implementationMasahiro Yamada
2018-03-26kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada
2018-03-03kconfig: fix line number in recursive inclusion error messageMasahiro Yamada
2018-03-02kconfig: Update ncurses package names for menuconfigArvind Prasanna
2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada
2018-02-09kconfig: send error messages to stderrMasahiro Yamada
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada
2018-02-09kconfig: remove check_stdin()Masahiro Yamada
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada
2018-02-09kconfig: do not write choice values when their dependency becomes nMasahiro Yamada
2018-02-03kconfig: Warn if help text is blankUlf Magnusson
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert
2018-01-25kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel
2018-01-25kconfig: announce removal of oldnoconfig if usedMasahiro Yamada