aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2019-08-04kconfig: Clear "written" flag to avoid data lossGravatar M. Vefa Bicakci 1-0/+4
2019-07-17kconfig: fix missing choice values in auto.confGravatar Masahiro Yamada 2-4/+4
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsGravatar Masahiro Yamada 1-1/+1
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 10-47/+27
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Gravatar Masahiro Yamada 1-4/+2
2019-07-06kconfig: Fix spelling of sym_is_changableGravatar Marco Ammon 7-17/+17
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 2-8/+8
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGGravatar Masahiro Yamada 1-0/+4
2019-06-09kconfig: add static qualifier to expand_string()Gravatar Masahiro Yamada 2-2/+2
2019-06-09kconfig: require the argument of --defconfigGravatar Masahiro Yamada 3-21/+1
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalGravatar Masahiro Yamada 1-3/+1
2019-06-05kconfig: tests: fix recursive inclusion unit testGravatar Masahiro Yamada 1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityGravatar Masahiro Yamada 1-3/+1
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configGravatar Alexander Popov 1-1/+12
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-2/+2
2019-05-14kconfig: make conf_get_autoconfig_name() staticGravatar Masahiro Yamada 2-2/+1
2019-05-14kconfig: use snprintf for formatting pathnamesGravatar Jacob Garber 2-2/+3
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Gravatar Masahiro Yamada 1-2/+0
2019-05-11kconfig: make parent directories for the saved .config as neededGravatar Masahiro Yamada 3-3/+5
2019-05-11kconfig: do not write .config if the content is the sameGravatar Masahiro Yamada 1-0/+54
2019-05-11kconfig: do not accept a directory for configuration outputGravatar Masahiro Yamada 1-34/+24
2019-05-09kconfig: remove trailing whitespacesGravatar Masahiro Yamada 2-2/+2
2019-04-09kconfig: Make nconf-cfg.sh executableGravatar Petr Vorel 1-0/+0
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyGravatar Changbin Du 3-3/+5
2019-03-17kconfig: remove stale lxdialog/.gitignoreGravatar Masahiro Yamada 1-4/+0
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 7-14/+44
2019-03-12kconfig: fix 'Save As' menu of xconfigGravatar Masahiro Yamada 2-7/+36
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileGravatar Masahiro Yamada 1-13/+0
2019-02-13kconfig: rename zconf.y to parser.yGravatar Masahiro Yamada 4-5/+6
2019-02-13kconfig: rename zconf.l to lexer.lGravatar Masahiro Yamada 3-4/+4
2019-01-14kconfig: clean generated *conf-cfg filesGravatar Masahiro Yamada 1-1/+1
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgGravatar Masahiro Yamada 2-18/+19
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesGravatar Masahiro Yamada 1-3/+1
2019-01-06kconfig: remove unused "file" field of yylval unionGravatar Masahiro Yamada 1-1/+0
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningGravatar Masahiro Yamada 1-1/+2
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsGravatar Masahiro Yamada 5-19/+54
2018-12-28kconfig: add static qualifiers to fix gconf warningsGravatar Masahiro Yamada 1-10/+10
2018-12-28kconfig: split the lexer out of zconf.yGravatar Masahiro Yamada 4-8/+6
2018-12-28kconfig: split some C files out of zconf.yGravatar Masahiro Yamada 7-15/+16
2018-12-28kconfig: convert to SPDX License IdentifierGravatar Masahiro Yamada 42-140/+57
2018-12-28kconfig: remove keyword lookup table entirelyGravatar Masahiro Yamada 4-147/+69
2018-12-22kconfig: update current_pos in the second lexerGravatar Masahiro Yamada 1-5/+15
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerGravatar Masahiro Yamada 1-3/+9
2018-12-22kconfig: stop associating kconf_id with yylvalGravatar Masahiro Yamada 2-23/+20
2018-12-22kconfig: refactor end token rulesGravatar Masahiro Yamada 1-28/+15
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsGravatar Masahiro Yamada 2-4/+3
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesGravatar Masahiro Yamada 2-4/+3
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsGravatar Masahiro Yamada 2-5/+13
2018-12-22kconfig: refactor scanning and parsing "option" propertiesGravatar Masahiro Yamada 5-52/+41