Home
last modified time | relevance | path

Searched full:defconfig (Results 1 – 25 of 51) sorted by relevance

123

/linux/scripts/kconfig/tests/
H A Dconftest.py43 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 DMakefile13 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 Dconf.c32 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 DMakefile74 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 Dbuild.yml19 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 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/tools/testing/kunit/
H A Dkunit_config.py28 """Error parsing Kconfig defconfig or .config."""
32 """Represents defconfig or .config specified using the Kconfig language."""
H A Dkunit_json.py53 "defconfig": metadata.def_config,
/linux/samples/bpf/
H A DREADME.rst36 Configure kernel, defconfig for instance
39 make defconfig
/linux/tools/perf/tests/config-fragments/
H A DREADME2 defconfig to give full test coverage of a perf test run. This is only
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh32 TORTURE_DEFCONFIG=defconfig
72 echo " --defconfig string"
151 --defconfig)
152 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
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`
/linux/Documentation/arch/arm/keystone/
H A Doverview.rst55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/linux/
H A D.gitignore169 /defconfig
/linux/Documentation/arch/sh/
H A Dnew-machine.rst248 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 Dresearcher-guidelines.rst110 x86_64 and arm64 defconfig builds with CONFIG_FOO_BAR=y using GCC
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst65 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 Darc.rst79 and then as usual ``make defconfig && make``.
/linux/arch/sh/mm/
H A DKconfig65 already have a defconfig. Changing it from the known correct
/linux/include/linux/
H A Dpercpu.h70 * both defconfig and a distro config on x86_64 and 32. More
/linux/Documentation/admin-guide/
H A DREADME.rst178 "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 Dopenrisc_port.rst49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/linux/Documentation/translations/zh_CN/arch/openrisc/
H A Dopenrisc_port.rst49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig

123