Searched refs:defconfig (Results 1 - 22 of 22) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | Makefile | 86 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 D | conf.c | 33 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 D | confdata.c | 33 const char conf_defname[] = "arch/$ARCH/defconfig"; 481 * kconfig invocation and `defconfig' files. Unset symbol might be omitted by
|
H A D | menu.c | 215 zconf_error("trying to redefine defconfig symbol"); menu_add_option()
|
/linux-4.4.14/arch/unicore32/ |
H A D | Makefile | 44 # Default defconfig and target when executing plain make
|
/linux-4.4.14/arch/tile/ |
H A D | Makefile | 36 # Provide the path to use for "make defconfig".
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 41 TORTURE_DEFCONFIG=defconfig 61 echo " --defconfig string" 106 --defconfig) 107 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
/linux-4.4.14/arch/arm64/ |
H A D | Makefile | 18 KBUILD_DEFCONFIG := defconfig
|
/linux-4.4.14/arch/um/ |
H A D | Makefile | 9 # select defconfig based on actual architecture
|
/linux-4.4.14/include/linux/ |
H A D | percpu.h | 48 * both defconfig and a distro config on x86_64 and 32. More
|
/linux-4.4.14/scripts/ |
H A D | tags.sh | 139 find_sources $ALLSOURCE_ARCHS "defconfig"
|
H A D | checkkconfigsymbols.py | 72 "ignore defconfigs, specify -i '.*defconfig'.")
|
/linux-4.4.14/arch/x86/ |
H A D | Makefile | 3 # select defconfig based on actual architecture
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | thread_info.h | 204 * on x86-64 defconfig kernels, in syscall entry code where RSP is
|
/linux-4.4.14/drivers/edac/ |
H A D | altera_edac.c | 478 * from the device tree or defconfig.
|
/linux-4.4.14/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 396 * Instead of duplicating defconfig/DT for SMP/QUAD, add a small hack axs103_early_init()
|
/linux-4.4.14/arch/arm/ |
H A D | Makefile | 33 # Do not use arch/arm/defconfig - it's always outdated.
|
/linux-4.4.14/arch/powerpc/ |
H A D | Makefile | 275 # To use it $(call) it with the first argument as the base defconfig
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | Makefile | 318 # Allow extra targets to be added to the defconfig
|
/linux-4.4.14/tools/testing/ktest/ |
H A D | ktest.pl | 3300 doprint "No config specified, checking if defconfig works"; 3301 $ret = run_bisect_test $type, "defconfig";
|
/linux-4.4.14/ |
H A D | Makefile | 523 # used for 'make defconfig'
|
/linux-4.4.14/mm/ |
H A D | memory.c | 3321 * e.g.ppc44x-defconfig has CONFIG_PTE_64BIT=y and CONFIG_32BIT=y, handle_pte_fault()
|
Completed in 742 milliseconds