summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-02-04kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada
2020-01-07kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada
2020-01-07kconfig: localmodconfig: remove unused $configMasahiro Yamada
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb
2019-11-11kconfig: be more helpful if pkg-config is missingAlyssa Ross
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada
2019-09-04merge_config.sh: ignore unwanted grep errorsGuillaume Tucker
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada
2019-08-22merge_config.sh: Check error codes from makeMark Brown
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada
2019-06-09kconfig: add static qualifier to expand_string()Masahiro Yamada
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada
2019-06-05kconfig: tests: fix recursive inclusion unit testMasahiro Yamada
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada