/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) 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, 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/selftests/nolibc/ |
H A D | Makefile | 74 DEFCONFIG_i386 = defconfig 75 DEFCONFIG_x86_64 = defconfig 76 DEFCONFIG_x86 = defconfig 77 DEFCONFIG_arm64 = defconfig 84 DEFCONFIG_riscv = defconfig 85 DEFCONFIG_s390 = defconfig 86 DEFCONFIG_loongarch = defconfig 87 DEFCONFIG = $(DEFCONFIG_$(XARCH)) macro 188 @echo " defconfig create a fresh new default config (uses \$$XARCH)" 255 defconfig: target [all …]
|
/linux/drivers/gpu/drm/ci/ |
H A D | build.yml | 19 DEFCONFIG: "arch/arm/configs/multi_v7_defconfig" 30 DEFCONFIG: "arch/arm64/configs/defconfig" 39 DEFCONFIG: "arch/x86/configs/x86_64_defconfig"
|
/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 | 53 "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 | kvm.sh | 32 TORTURE_DEFCONFIG=defconfig 72 echo " --defconfig string" 151 --defconfig) 152 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
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 | 169 /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/dev-tools/kunit/ |
H A D | run_wrapper.rst | 65 in the KUnit ``defconfig``), we can provide Kconfig options in the 76 To create a ``.kunitconfig``, using the KUnit ``defconfig``:
|
/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 | 70 * 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/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/arch/openrisc/ |
H A D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|