Search notes:

scripts/kconfig/Makefile

scripts/kconfig/Makefile implements make targets related to kernel configuration.
When invoking make with one of these targets, the target name is mapped to the corresponding option name of scripts/kconfig/conf.

KCONFIG_DEFCONFIG_LIST

If cross_compiling is not defined, the Makefile adds the following files to KCONFIG_DEFCONFIG_LIST:
Additionally, it adds the file arch/$SRCARCH/configs/$(KBUILD_DEFCONFIG) to this list.

See also

scripts/kconfig/

Index