summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16
2018-02-09kconfig: send error messages to stderrMasahiro Yamada4-19/+24
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada1-3/+4
2018-02-09kconfig: remove check_stdin()Masahiro Yamada1-14/+0
2018-02-09kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada1-1/+0
2018-02-09kconfig: show '?' prompt even if no help text is availableMasahiro Yamada1-7/+2
2018-02-09kconfig: do not write choice values when their dependency becomes nMasahiro Yamada1-9/+7
2018-02-03kconfig: Warn if help text is blankUlf Magnusson1-0/+6
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds14-5048/+499
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2-5/+7
2018-01-25kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel3-6/+27
2018-01-25kconfig: announce removal of oldnoconfig if usedMasahiro Yamada1-0/+2
2018-01-22kconfig: fix make xconfig when gettext is missingYaakov Selkowitz1-0/+1
2018-01-22kconfig: Clarify menu and 'if' dependency propagationUlf Magnusson1-0/+2
2018-01-22kconfig: Document 'if' flattening logicUlf Magnusson1-0/+29
2018-01-22kconfig: Clarify choice dependency propagationUlf Magnusson1-0/+7
2018-01-22kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson1-0/+9
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada3-22/+19
2018-01-22kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada1-2/+2
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada1-10/+7
2018-01-22kconfig: make input_mode staticMasahiro Yamada1-1/+2
2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson1-0/+5
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada6-7/+6
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson3-11/+1
2018-01-22kconfig: Document important expression functionsUlf Magnusson1-0/+106
2018-01-22kconfig: Document automatic submenu creation codeUlf Magnusson1-0/+38
2018-01-22kconfig: Fix choice symbol expression leakUlf Magnusson1-0/+3
2018-01-22kconfig: Fix expr_free() E_NOT leakUlf Magnusson1-1/+1
2018-01-22kconfig: Fix automatic menu creation mem leakUlf Magnusson1-0/+1
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson1-9/+24
2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson1-1/+3
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2-0/+5
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson1-17/+19
2018-01-06kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre1-1/+4
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada3-4944/+1
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada1-2/+6
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson1-4/+6
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson1-0/+52
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson1-6/+10
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson1-1/+1
2017-12-07kconfig: Document the 'symbol' structUlf Magnusson1-1/+44
2017-12-07kconfig: Document the 'menu' structUlf Magnusson1-0/+45
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson1-0/+10
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-08-19Remove gperf usage from toolchainLinus Torvalds8-361/+67
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-06-23kconfig: fix sparse warnings in nconfigRandy Dunlap2-8/+8
2017-06-10kconfig: Check for libncurses before menuconfigBorislav Petkov1-1/+1