aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11kconfig: be more helpful if pkg-config is missingAlyssa Ross2-0/+6
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott2-2/+16
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven1-1/+2
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada2-2/+1
2019-09-04merge_config.sh: ignore unwanted grep errorsGuillaume Tucker1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-4/+4
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada1-1/+1
2019-08-22merge_config.sh: Check error codes from makeMark Brown1-5/+5
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci1-0/+4
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada2-4/+4
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada1-1/+1
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds10-47/+27
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada1-4/+2
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon7-17/+17
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-8/+8
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada1-0/+4
2019-06-09kconfig: add static qualifier to expand_string()Masahiro Yamada2-2/+2
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada3-21/+1
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada1-3/+1
2019-06-05kconfig: tests: fix recursive inclusion unit testMasahiro Yamada1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada1-3/+1
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov1-1/+12
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2-2/+1
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber2-2/+3
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada1-2/+0
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada3-3/+5
2019-05-11kconfig: do not write .config if the content is the sameMasahiro Yamada1-0/+54
2019-05-11kconfig: do not accept a directory for configuration outputMasahiro Yamada1-34/+24
2019-05-09kconfig: remove trailing whitespacesMasahiro Yamada2-2/+2
2019-04-09kconfig: Make nconf-cfg.sh executablePetr Vorel1-0/+0
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyChangbin Du3-3/+5
2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada1-4/+0
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds7-14/+44
2019-03-12kconfig: fix 'Save As' menu of xconfigMasahiro Yamada2-7/+36
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada1-13/+0
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada4-5/+6
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada3-4/+4
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada1-1/+1
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2-18/+19
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada1-3/+1
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada1-1/+0
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada1-1/+2
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada5-19/+54
2018-12-28kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada1-10/+10
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada4-8/+6
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada7-15/+16
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada42-140/+57
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada4-147/+69