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

/scripts/kconfig/
H A DMakefile79 PHONY += listnewconfig oldnoconfig savedefconfig defconfig
85 $< --$@=defconfig $(Kconfig)
87 defconfig: $(obj)/conf
89 $< --defconfig $(Kconfig)
92 $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
96 $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
109 @echo ' defconfig - New config with default from ARCH supplied defconfig'
110 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)'
129 # conf: Used for defconfig, oldconfi
[all...]
H A Dconf.c32 defconfig, enumerator in enum:input_mode
449 {"defconfig", optional_argument, NULL, defconfig},
471 printf(" --defconfig <file> New config with default defined in <file>\n");
497 case defconfig:
553 case defconfig:
626 case defconfig:
664 fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"),

Completed in 279 milliseconds