Searched refs:allnoconfig (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A Dmerge_config.sh33 echo " -n use allnoconfig instead of alldefconfig"
46 ALLTARGET=allnoconfig
153 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
H A Dconf.c28 allnoconfig, enumerator in enum:input_mode
455 {"allnoconfig", no_argument, NULL, allnoconfig},
484 printf(" --allnoconfig New config where all options are answered with no\n"); conf_usage()
545 case allnoconfig: main()
598 case allnoconfig: main()
616 case allnoconfig: name = "allno.config"; break; main()
648 case allnoconfig: main()
H A DMakefile79 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
129 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
145 @echo ' allnoconfig - New config where all options are answered with no'
H A Dexpr.h114 /* Set symbol to y if allnoconfig; used for symbols that hide others */
/linux-4.4.14/arch/m68k/kernel/
H A Dsetup_mm.c50 #warning Are you building an allnoconfig kernel?
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl3807 # First things first. We build an allnoconfig to find
3814 run_command "$make allnoconfig" or return 0;
3834 # ones that were set via the allnoconfig
3847 # Remove anything that was set by the make allnoconfig
3864 doprint "$config is in allnoconfig as '$config_ignore{$config}'";
3868 doprint "$config set by allnoconfig ... ignored\n";

Completed in 115 milliseconds