/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | Makefile | 59 DEFCONFIG_i386 = defconfig 60 DEFCONFIG_x86_64 = defconfig 61 DEFCONFIG_x86 = defconfig 62 DEFCONFIG_arm64 = defconfig 68 DEFCONFIG_riscv = defconfig 69 DEFCONFIG_s390 = defconfig 70 DEFCONFIG_loongarch = defconfig 141 @echo " defconfig create a fresh new default config (uses \$$XARCH)" 203 defconfig:
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 13 KBUILD_DEFCONFIG := defconfig 79 PHONY += savedefconfig defconfig 82 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 84 defconfig: $(obj)/conf 87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 94 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) 131 @echo ' defconfig - New config with default from ARCH supplied defconfig' 132 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' 163 # conf: Used for defconfig, oldconfi [all...] |
H A D | conf.c | 31 defconfig, enumerator 673 {"defconfig", required_argument, &input_mode_opt, defconfig}, 705 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage() 748 case defconfig: in main() 771 case defconfig: in main() 859 case defconfig: in main() 895 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n", in main()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | Makefile | 73 PHONY += savedefconfig defconfig 76 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 78 defconfig: $(obj)/conf 81 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 88 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) 131 @echo ' defconfig - New config with default from ARCH supplied defconfig' 132 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' 156 # conf: Used for defconfig, oldconfig and related targets
|
H A D | conf.c | 32 defconfig, enumerator 462 {"defconfig", required_argument, NULL, defconfig}, 489 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage() 524 case defconfig: in main() 581 case defconfig: in main() 668 case defconfig: in main() 701 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n", in main()
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/ |
H A D | conftest.py | 43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.) 144 def defconfig(self, defconfig): member in Conf 145 """Run defconfig. 147 defconfig: defconfig file for input 150 defconfig_path = os.path.join(self._test_dir, defconfig) 151 return self._run_conf('--defconfig={}'.format(defconfig_path)) 208 return self._run_conf('--savedefconfig', out_file='defconfig')
|
/kernel/linux/linux-6.6/scripts/kconfig/tests/ |
H A D | conftest.py | 43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.) 148 def defconfig(self, defconfig): member in 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)) 212 return self._run_conf('--savedefconfig', out_file='defconfig')
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/inter_choice/ |
H A D | __init__.py | 6 the defconfig result of a choice could be affected by another choice 14 assert conf.defconfig('defconfig') == 0
|
/kernel/linux/linux-6.6/scripts/kconfig/tests/inter_choice/ |
H A D | __init__.py | 6 the defconfig result of a choice could be affected by another choice 14 assert conf.defconfig('defconfig') == 0
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 30 TORTURE_DEFCONFIG=defconfig 59 echo " --defconfig string" 120 --defconfig) 121 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_kernel.py | 143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): 146 shutil.copyfile(defconfig, kunitconfig_path)
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 32 TORTURE_DEFCONFIG=defconfig 70 echo " --defconfig string" 138 --defconfig) 139 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 212 $(call merge_into_defconfig_override,defconfig,virt)
|
/kernel/linux/linux-6.6/arch/riscv/ |
H A D | Makefile | 189 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 318 # For "make -j clean all", "make -j mrproper defconfig all", etc. 407 # Default file for 'make defconfig'. This may be overridden by arch-Makefile. 408 export KBUILD_DEFCONFIG := defconfig 591 # used for 'make defconfig'
|