aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2018-04-13kconfig: extend output of 'listnewconfig'Gravatar Don Zickus 1-2/+12
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyGravatar Masahiro Yamada 1-1/+1
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileGravatar Masahiro Yamada 1-1/+1
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreGravatar Masahiro Yamada 1-3/+0
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 54-131/+1020
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsGravatar Masahiro Yamada 2-11/+10
2018-03-26kconfig: detect recursive inclusion earlierGravatar Masahiro Yamada 1-6/+8
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionGravatar Masahiro Yamada 2-10/+10
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigGravatar Masahiro Yamada 1-3/+1
2018-03-26kconfig: make unmet dependency warnings readableGravatar Masahiro Yamada 3-55/+23
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yGravatar Masahiro Yamada 1-2/+2
2018-03-26kconfig: tests: test if recursive inclusion is detectedGravatar Masahiro Yamada 6-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedGravatar Masahiro Yamada 3-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceGravatar Masahiro Yamada 5-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactGravatar Masahiro Yamada 4-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceGravatar Masahiro Yamada 5-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyGravatar Masahiro Yamada 4-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedGravatar Masahiro Yamada 4-0/+64
2018-03-26kconfig: tests: test automatic submenu creationGravatar Masahiro Yamada 3-0/+72
2018-03-26kconfig: tests: add basic choice testsGravatar Masahiro Yamada 9-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingGravatar Masahiro Yamada 3-0/+306
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteGravatar Ulf Magnusson 1-4/+4
2018-03-26kconfig: rename silentoldconfig to syncconfigGravatar Masahiro Yamada 2-13/+20
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configGravatar Masahiro Yamada 1-2/+2
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigGravatar Masahiro Yamada 1-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopGravatar Masahiro Yamada 1-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Gravatar Masahiro Yamada 1-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigGravatar Masahiro Yamada 1-5/+5
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsGravatar Ulf Magnusson 1-1/+2
2018-03-26kconfig: Print reverse dependencies in groupsGravatar Eugeniu Rosca 3-13/+20
2018-03-26kconfig: clean-up reverse dependency help implementationGravatar Masahiro Yamada 2-17/+23
2018-03-26kbuild: restore autoksyms.h touch to the top MakefileGravatar Masahiro Yamada 1-2/+0
2018-03-03kconfig: fix line number in recursive inclusion error messageGravatar Masahiro Yamada 1-8/+4
2018-03-02kconfig: Update ncurses package names for menuconfigGravatar Arvind Prasanna 1-1/+2
2018-03-02kconfig: Don't leak choice names during parsingGravatar Masahiro Yamada 1-0/+1
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listGravatar Masahiro Yamada 1-0/+1
2018-03-02kconfig: add xstrdup() helperGravatar Masahiro Yamada 6-5/+17
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Gravatar Masahiro Yamada 3-4/+4
2018-02-10kconfig: add xrealloc() helperGravatar Masahiro Yamada 6-5/+16
2018-02-09kconfig: send error messages to stderrGravatar Masahiro Yamada 4-19/+24
2018-02-09kconfig: echo stdin to stdout if either is redirectedGravatar Masahiro Yamada 1-3/+4
2018-02-09kconfig: remove check_stdin()Gravatar Masahiro Yamada 1-14/+0
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreGravatar Masahiro Yamada 1-1/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableGravatar Masahiro Yamada 1-7/+2
2018-02-09kconfig: do not write choice values when their dependency becomes nGravatar Masahiro Yamada 1-9/+7
2018-02-03kconfig: Warn if help text is blankGravatar Ulf Magnusson 1-0/+6
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 14-5048/+499
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpGravatar Marc Herbert 2-5/+7
2018-01-25kconfig: make "Selected by:" and "Implied by:" readableGravatar Petr Vorel 3-6/+27
2018-01-25kconfig: announce removal of oldnoconfig if usedGravatar Masahiro Yamada 1-0/+2