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

/linux-master/scripts/kconfig/tests/choice/
H A D__init__.py35 assert conf.allnoconfig() == 0
/linux-master/scripts/kconfig/
H A Dmerge_config.sh27 echo " -n use allnoconfig instead of alldefconfig"
49 ALLTARGET=allnoconfig
196 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
H A Dconf.c27 allnoconfig, enumerator in enum:input_mode
670 {"allnoconfig", no_argument, &input_mode_opt, allnoconfig},
702 printf(" --allnoconfig New config where all options are answered with no\n");
788 case allnoconfig:
806 case allnoconfig: name = "allno.config"; break;
841 case allnoconfig:
H A DMakefile78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
115 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
141 @echo ' allnoconfig - New config where all options are answered with no'
/linux-master/scripts/kconfig/tests/
H A Dconftest.py180 def allnoconfig(self, all_config=None): member in class:Conf
181 """Run allnoconfig.
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c55 #warning Are you building an allnoconfig kernel?
/linux-master/arch/powerpc/
H A DMakefile337 -f $(srctree)/Makefile allnoconfig
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile337 $(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) ARCH=$(KERNEL_ARCH) allnoconfig

Completed in 165 milliseconds