Searched refs:olddefconfig (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A Dconf.c36 olddefconfig, enumerator in enum:input_mode
372 input_mode == olddefconfig) && conf()
436 } else if (input_mode != olddefconfig) { check_conf()
461 {"olddefconfig", no_argument, NULL, olddefconfig},
463 * oldnoconfig is an alias of olddefconfig, because people already
467 {"oldnoconfig", no_argument, NULL, olddefconfig},
480 printf(" --olddefconfig Same as silentoldconfig but sets new symbols to their default value\n"); conf_usage()
481 printf(" --oldnoconfig An alias of olddefconfig\n"); conf_usage()
550 case olddefconfig: main()
595 case olddefconfig: main()
676 case olddefconfig: main()
684 input_mode != olddefconfig)); main()
H A DMakefile80 alldefconfig randconfig listnewconfig olddefconfig
88 # oldnoconfig is an alias of olddefconfig, because people already are dependent
91 oldnoconfig: olddefconfig
151 @echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their'
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl2348 if (!run_command "$make olddefconfig") {
2349 # Perhaps olddefconfig doesn't exist in this version of the kernel
2351 doprint "olddefconfig failed, trying make oldnoconfig\n";
2410 $type = "olddefconfig";
2440 if ($type ne "olddefconfig") {
2967 # olddefconfig, because olddefconfig keeps the defaults.
3750 # do a make olddefconfig and then read the resulting
/linux-4.4.14/arch/powerpc/
H A DMakefile282 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig

Completed in 94 milliseconds