/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile | 88 DEFCONFIG_i386 = defconfig 89 DEFCONFIG_x86_64 = defconfig 90 DEFCONFIG_x86 = defconfig 91 DEFCONFIG_arm64 = defconfig 99 DEFCONFIG_riscv = defconfig 101 DEFCONFIG_riscv64 = defconfig 102 DEFCONFIG_s390x = defconfig 103 DEFCONFIG_s390 = defconfig compat.config 104 DEFCONFIG_loongarch = defconfig 108 DEFCONFIG = $(DEFCONFIG_$(XARCH)) macro [all …]
|
H A D | run-tests.sh | 196 swallow_output "${MAKE[@]}" defconfig
|
/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.) 148 def defconfig(self, defconfig): argument 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/scripts/kconfig/ |
H A D | Makefile | 13 KBUILD_DEFCONFIG := defconfig 87 PHONY += savedefconfig defconfig 90 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 92 defconfig: $(obj)/conf target 95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) 141 @echo ' defconfig - New config with default from ARCH supplied defconfig' 142 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' 173 # conf: Used for defconfig, oldconfig and related targets
|
H A D | conf.c | 32 defconfig, enumerator 613 {"defconfig", required_argument, &input_mode_opt, defconfig}, 645 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage() 691 case defconfig: in main() 714 case defconfig: in main() 804 case defconfig: in main() 843 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n", in main()
|
/linux/tools/testing/ktest/examples/ |
H A 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
|
/linux/tools/testing/kunit/ |
H A D | kunit_config.py | 28 """Error parsing Kconfig defconfig or .config.""" 32 """Represents defconfig or .config specified using the Kconfig language."""
|
H A D | kunit_json.py | 63 "defconfig": metadata.def_config,
|
/linux/samples/bpf/ |
H A D | README.rst | 36 Configure kernel, defconfig for instance 39 make defconfig
|
/linux/tools/perf/tests/config-fragments/ |
H A D | README | 2 defconfig to give full test coverage of a perf test run. This is only
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | configinit.sh | 34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
H A D | kvm-recheck.sh | 26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
/linux/Documentation/arch/arm/keystone/ |
H A D | overview.rst | 55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | brcm,iproc-touchscreen.txt | 8 is enabled in the defconfig file.
|
/linux/ |
H A D | .gitignore | 172 /defconfig
|
/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 248 Now all that's left to do is providing a defconfig for your new board. This 274 which will in turn copy the defconfig for this board, run it through
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | researcher-guidelines.rst | 110 x86_64 and arm64 defconfig builds with CONFIG_FOO_BAR=y using GCC
|
/linux/Documentation/arch/arc/ |
H A D | arc.rst | 79 and then as usual ``make defconfig && make``.
|
/linux/arch/sh/mm/ |
H A D | Kconfig | 65 already have a defconfig. Changing it from the known correct
|
/linux/include/linux/ |
H A D | percpu.h | 66 * both defconfig and a distro config on x86_64 and 32. More
|
/linux/Documentation/admin-guide/ |
H A D | README.rst | 178 "make defconfig" Create a ./.config file by using the default 179 symbol values from either arch/$ARCH/configs/defconfig
|
/linux/Documentation/translations/zh_CN/arch/openrisc/ |
H A D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/linux/Documentation/translations/zh_TW/arch/openrisc/ |
H A D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig或
|
/linux/arch/um/ |
H A D | Makefile | 9 # select defconfig based on actual architecture
|