summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-041-0/+4
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-172-4/+4
* kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada2019-07-171-1/+1
* Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-1210-47/+27
|\
| * kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada2019-07-111-4/+2
| * kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-067-17/+17
| * kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-0/+4
| * kconfig: add static qualifier to expand_string()Masahiro Yamada2019-06-092-2/+2
| * kconfig: require the argument of --defconfigMasahiro Yamada2019-06-093-21/+1
| * kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada2019-06-091-3/+1
* | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-142-8/+8
|/
* kconfig: tests: fix recursive inclusion unit testMasahiro Yamada2019-06-051-3/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada2019-05-191-3/+1
* kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov2019-05-181-1/+12
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-142-2/+1
* kconfig: use snprintf for formatting pathnamesJacob Garber2019-05-142-2/+3
* kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada2019-05-141-2/+0
* kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-113-3/+5
* kconfig: do not write .config if the content is the sameMasahiro Yamada2019-05-111-0/+54
* kconfig: do not accept a directory for configuration outputMasahiro Yamada2019-05-111-34/+24
* kconfig: remove trailing whitespacesMasahiro Yamada2019-05-092-2/+2
* kconfig: Make nconf-cfg.sh executablePetr Vorel2019-04-091-0/+0
* kconfig/[mn]conf: handle backspace (^H) keyChangbin Du2019-03-293-3/+5
* kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada2019-03-171-4/+0
* Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-03-137-14/+44
|\
| * kconfig: fix 'Save As' menu of xconfigMasahiro Yamada2019-03-122-7/+36
| * kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-134-5/+6
| * kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-133-4/+4
* | kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-271-13/+0
|/
* kconfig: clean generated *conf-cfg filesMasahiro Yamada2019-01-141-1/+1
* kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-061-3/+1
* kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
* kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada2018-12-281-1/+2
* kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada2018-12-285-19/+54
* kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada2018-12-281-10/+10
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-284-8/+6
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-287-15/+16
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-2842-140/+57
* kconfig: remove keyword lookup table entirelyMasahiro Yamada2018-12-284-147/+69
* kconfig: update current_pos in the second lexerMasahiro Yamada2018-12-221-5/+15
* kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada2018-12-221-3/+9
* kconfig: stop associating kconf_id with yylvalMasahiro Yamada2018-12-222-23/+20
* kconfig: refactor end token rulesMasahiro Yamada2018-12-221-28/+15
* kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada2018-12-222-4/+3
* kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada2018-12-222-4/+3
* kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada2018-12-222-5/+13
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-225-52/+41