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

/linux-master/scripts/kconfig/tests/inter_choice/
H A D__init__.py6 the defconfig result of a choice could be affected by another choice
14 assert conf.defconfig('defconfig') == 0
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dconfiginit.sh34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
H A Dkvm-recheck.sh26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
H A Dkvm.sh32 TORTURE_DEFCONFIG=defconfig
71 echo " --defconfig string"
149 --defconfig)
150 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
/linux-master/scripts/kconfig/
H A DMakefile13 KBUILD_DEFCONFIG := defconfig
87 PHONY += savedefconfig defconfig
90 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
92 defconfig: $(obj)/conf
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
139 @echo ' defconfig - New config with default from ARCH supplied defconfig'
140 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)'
171 # conf: Used for defconfig, oldconfi
[all...]
H A Dconf.c32 defconfig, enumerator in enum:input_mode
668 {"defconfig", required_argument, &input_mode_opt, defconfig},
700 printf(" --defconfig <file> New config with default defined in <file>\n");
743 case defconfig:
766 case defconfig:
857 case defconfig:
896 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n",
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile72 DEFCONFIG_i386 = defconfig
73 DEFCONFIG_x86_64 = defconfig
74 DEFCONFIG_x86 = defconfig
75 DEFCONFIG_arm64 = defconfig
82 DEFCONFIG_riscv = defconfig
83 DEFCONFIG_s390 = defconfig
84 DEFCONFIG_loongarch = defconfig
173 @echo " defconfig create a fresh new default config (uses \$$XARCH)"
240 defconfig:
H A Drun-tests.sh142 swallow_output "${MAKE[@]}" defconfig
/linux-master/scripts/kconfig/tests/
H A Dconftest.py43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.)
148 def defconfig(self, defconfig): member in class:Conf
149 """Run defconfig.
151 defconfig: defconfig file for input
154 defconfig_path = os.path.join(self._test_dir, defconfig)
155 return self._run_conf('--defconfig={}'.format(defconfig_path))
216 return self._run_conf('--savedefconfig', out_file='defconfig')
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf52 # As some archs do not build with the defconfig, they have been marked
83 # If you want to add configs on top of the defconfig, you can add those configs into
88 # All tests are using defconfig
89 BUILD_TYPE = defconfig
193 # will be the config file it uses. Basically, just copy the created defconfig
/linux-master/arch/arm64/
H A DMakefile213 $(call merge_into_defconfig_override,defconfig,virt)
/linux-master/arch/riscv/
H A DMakefile197 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config

Completed in 148 milliseconds