Searched refs:defconfig (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A DMakefile86 PHONY += oldnoconfig savedefconfig defconfig
94 $< $(silent) --$@=defconfig $(Kconfig)
96 defconfig: $(obj)/conf
98 $< $(silent) --defconfig $(Kconfig)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
110 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
143 @echo ' defconfig - New config with default from ARCH supplied defconfig'
144 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)'
167 # conf: Used for defconfig, oldconfig and related targets
H A Dconf.c33 defconfig, enumerator in enum:input_mode
453 {"defconfig", optional_argument, NULL, defconfig},
482 printf(" --defconfig <file> New config with default defined in <file>\n"); conf_usage()
514 case defconfig: main()
580 case defconfig: main()
664 case defconfig: main()
702 fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"), main()
H A Dconfdata.c33 const char conf_defname[] = "arch/$ARCH/defconfig";
481 * kconfig invocation and `defconfig' files. Unset symbol might be omitted by
H A Dmenu.c215 zconf_error("trying to redefine defconfig symbol"); menu_add_option()
/linux-4.4.14/arch/unicore32/
H A DMakefile44 # Default defconfig and target when executing plain make
/linux-4.4.14/arch/tile/
H A DMakefile36 # Provide the path to use for "make defconfig".
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh41 TORTURE_DEFCONFIG=defconfig
61 echo " --defconfig string"
106 --defconfig)
107 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
/linux-4.4.14/arch/arm64/
H A DMakefile18 KBUILD_DEFCONFIG := defconfig
/linux-4.4.14/arch/um/
H A DMakefile9 # select defconfig based on actual architecture
/linux-4.4.14/include/linux/
H A Dpercpu.h48 * both defconfig and a distro config on x86_64 and 32. More
/linux-4.4.14/scripts/
H A Dtags.sh139 find_sources $ALLSOURCE_ARCHS "defconfig"
H A Dcheckkconfigsymbols.py72 "ignore defconfigs, specify -i '.*defconfig'.")
/linux-4.4.14/arch/x86/
H A DMakefile3 # select defconfig based on actual architecture
/linux-4.4.14/arch/x86/include/asm/
H A Dthread_info.h204 * on x86-64 defconfig kernels, in syscall entry code where RSP is
/linux-4.4.14/drivers/edac/
H A Daltera_edac.c478 * from the device tree or defconfig.
/linux-4.4.14/arch/arc/plat-axs10x/
H A Daxs10x.c396 * Instead of duplicating defconfig/DT for SMP/QUAD, add a small hack axs103_early_init()
/linux-4.4.14/arch/arm/
H A DMakefile33 # Do not use arch/arm/defconfig - it's always outdated.
/linux-4.4.14/arch/powerpc/
H A DMakefile275 # To use it $(call) it with the first argument as the base defconfig
/linux-4.4.14/arch/powerpc/boot/
H A DMakefile318 # Allow extra targets to be added to the defconfig
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl3300 doprint "No config specified, checking if defconfig works";
3301 $ret = run_bisect_test $type, "defconfig";
/linux-4.4.14/
H A DMakefile523 # used for 'make defconfig'
/linux-4.4.14/mm/
H A Dmemory.c3321 * e.g.ppc44x-defconfig has CONFIG_PTE_64BIT=y and CONFIG_32BIT=y, handle_pte_fault()

Completed in 742 milliseconds