| /kernel/linux/config/ |
| D | README.md | 40 │ ├── hi3516dv300_small_defconfig # Small-system defconfig of the open-source H… 41 │ ├── hi3516dv300_standard_defconfig # Standard-system defconfig of the open-sourc… 42 │ ├── small_common_defconfig # Common defconfig of the small-system kernel 43 │ └── standard_common_defconfig # Common defconfig of the standard-system ker… 48 …├── hi3516dv300_small_defconfig # Small-system defconfig of the open-source Hi3516D V300 dev… 49 …├── hi3516dv300_standard_defconfig # Standard-system defconfig of the open-source Hi3516D V300 … 50 ├── small_common_defconfig # Common defconfig of the small-system kernel 51 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
|
| /kernel/linux/patches/ |
| D | README.md | 46 …│ ├── hispark_taurus_small_defconfig # Small-system defconfig of the open-sour… 47 …│ ├── hispark_taurus_standard_defconfig # Standard-system defconfig of the open-s… 48 │ ├── small_common_defconfig # Common defconfig of the small-system kernel 49 …│ └── standard_common_defconfig # Common defconfig of the standard-system ke… 54 …├── hispark_taurus_small_defconfig # Small-system defconfig of the open-source Hi3516D V300 … 55 …├── hispark_taurus_standard_defconfig # Standard-system defconfig of the open-source Hi3516D V3… 56 ├── small_common_defconfig # Common defconfig of the small-system kernel 57 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
|
| D | README_zh.md | 48 │ ├── small_common_defconfig # 小型系统的内核的common defconfig 49 │ └── standard_common_defconfig # 标准系统的内核的common defconfig 56 ├── small_common_defconfig # 小型系统的内核的common defconfig 57 └── standard_common_defconfig # 标准系统的内核的common defconfig
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/ |
| D | conftest.py | 43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.) 144 def defconfig(self, defconfig): argument 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/ |
| 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-6.6/tools/testing/selftests/nolibc/ |
| 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 71 DEFCONFIG = $(DEFCONFIG_$(XARCH)) macro 141 @echo " defconfig create a fresh new default config (uses \$$XARCH)" 203 defconfig: target [all …]
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| D | Makefile | 13 KBUILD_DEFCONFIG := defconfig 79 PHONY += savedefconfig defconfig 82 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 84 defconfig: $(obj)/conf target 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, oldconfig and related targets
|
| 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-6.6/scripts/kconfig/tests/inter_choice/ |
| 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/scripts/kconfig/tests/inter_choice/ |
| 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/scripts/kconfig/ |
| D | Makefile | 73 PHONY += savedefconfig defconfig 76 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 78 defconfig: $(obj)/conf target 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
|
| 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-6.6/drivers/gpu/drm/ci/ |
| D | build.yml | 18 DEFCONFIG: "arch/arm/configs/multi_v7_defconfig" 29 DEFCONFIG: "arch/arm64/configs/defconfig" 38 DEFCONFIG: "arch/x86/configs/x86_64_defconfig"
|
| D | build.sh | 81 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} drivers/gpu/drm/ci/${MERGE_FRAGMENT} 83 make `basename ${DEFCONFIG}`
|
| /kernel/linux/linux-6.6/tools/testing/ktest/examples/ |
| D | crosstests.conf | 52 # 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
|
| /kernel/linux/linux-5.10/tools/testing/ktest/examples/ |
| D | crosstests.conf | 52 # 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
|
| /kernel/linux/linux-5.10/tools/testing/kunit/ |
| D | kunit_json.py | 24 "defconfig": def_config, 47 "defconfig": def_config,
|
| D | kunit_config.py | 27 """Error parsing Kconfig defconfig or .config.""" 31 """Represents defconfig or .config specified using the Kconfig language."""
|
| D | kunit_kernel.py | 143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): argument 146 shutil.copyfile(defconfig, kunitconfig_path)
|
| /kernel/linux/linux-6.6/tools/testing/kunit/ |
| D | kunit_config.py | 28 """Error parsing Kconfig defconfig or .config.""" 32 """Represents defconfig or .config specified using the Kconfig language."""
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | README.rst | 27 Configure kernel, defconfig for instance:: 29 make defconfig
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | README.rst | 36 Configure kernel, defconfig for instance 39 make defconfig
|
| /kernel/linux/linux-6.6/tools/perf/tests/config-fragments/ |
| D | README | 2 defconfig to give full test coverage of a perf test run. This is only
|
| /kernel/uniproton/cmake/common/build_auxiliary_script/ |
| D | make_buildef.py | 15 kconfig_dir = "{}/build/uniproton_config/config_{}/defconfig".format(home_path,kconf_dir)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
| D | kvm.sh | 30 TORTURE_DEFCONFIG=defconfig 59 echo " --defconfig string" 120 --defconfig) 121 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|