summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2018-01-22kconfig: Clarify choice dependency propagationUlf Magnusson-0/+7
2018-01-22kconfig: Document SYMBOL_OPTIONAL logicUlf Magnusson-0/+9
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada-22/+19
2018-01-22kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada-2/+2
2018-01-22kconfig: make xfgets() really staticMasahiro Yamada-10/+7
2018-01-22kconfig: make input_mode staticMasahiro Yamada-1/+2
2018-01-22kconfig: Warn if there is more than one help textUlf Magnusson-0/+5
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada-7/+6
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson-11/+1
2018-01-22kconfig: Document important expression functionsUlf Magnusson-0/+106
2018-01-22kconfig: Document automatic submenu creation codeUlf Magnusson-0/+38
2018-01-22kconfig: Fix choice symbol expression leakUlf Magnusson-0/+3
2018-01-22kconfig: Fix expr_free() E_NOT leakUlf Magnusson-1/+1
2018-01-22kconfig: Fix automatic menu creation mem leakUlf Magnusson-0/+1
2018-01-22kconfig: Don't leak main menus during parsingUlf Magnusson-9/+24
2018-01-11kconfig: Don't leak 'option' arguments during parsingUlf Magnusson-1/+3
2018-01-11kconfig: Don't leak 'source' filenames during parsingUlf Magnusson-0/+5
2018-01-10kconfig: Don't leak symbol names during parsingUlf Magnusson-17/+19
2018-01-06kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre-1/+4
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada-4944/+1
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada-2/+6
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson-4/+6
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson-0/+52
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson-6/+10
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson-1/+1
2017-12-07kconfig: Document the 'symbol' structUlf Magnusson-1/+44
2017-12-07kconfig: Document the 'menu' structUlf Magnusson-0/+45
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson-0/+10
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+5
2017-08-19Remove gperf usage from toolchainLinus Torvalds-361/+67
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2017-06-23kconfig: fix sparse warnings in nconfigRandy Dunlap-8/+8
2017-06-10kconfig: Check for libncurses before menuconfigBorislav Petkov-1/+1
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski-1/+2
2017-03-22gconfig: remove misleading parentheses around a conditionNicolas Iooss-1/+1
2016-12-17Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-9/+27
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-877/+832
2016-12-11xconfig: fix missing suboption and help panels on first runBoris Barbulovski-4/+12
2016-12-11xconfig: fix 'Show Debug' functionalityBoris Barbulovski-1/+2
2016-12-11kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings-4/+11
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre-0/+2
2016-11-29Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong-0/+2
2016-11-16Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre-858/+753
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre-19/+79
2016-05-26Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-1/+17
2016-05-10kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders-0/+14
2016-05-10kconfig: add unexpected data itself to warningPaul Bolle-1/+3
2016-04-26localmodconfig: Fix whitespace repeat count after "tristate"Benjamin Poirier-1/+1
2016-04-26localmodconfig: Reset certificate pathsBenjamin Poirier-0/+34