Home
last modified time | relevance | path

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

123

/linux-6.8/scripts/kconfig/tests/
Dconftest.py43 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')
/linux-6.8/scripts/kconfig/
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
Dconf.c31 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()
862 case defconfig: in main()
901 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n", in main()
/linux-6.8/scripts/kconfig/tests/inter_choice/
D__init__.py6 the defconfig result of a choice could be affected by another choice
14 assert conf.defconfig('defconfig') == 0
/linux-6.8/tools/testing/selftests/nolibc/
DMakefile72 DEFCONFIG_i386 = defconfig
73 DEFCONFIG_x86_64 = defconfig
74 DEFCONFIG_x86 = defconfig
75 DEFCONFIG_arm64 = defconfig
82 DEFCONFIG_riscv = defconfig
83 DEFCONFIG_s390 = defconfig
84 DEFCONFIG_loongarch = defconfig
85 DEFCONFIG = $(DEFCONFIG_$(XARCH)) macro
173 @echo " defconfig create a fresh new default config (uses \$$XARCH)"
240 defconfig: target
[all …]
/linux-6.8/drivers/gpu/drm/ci/
Dbuild.yml19 DEFCONFIG: "arch/arm/configs/multi_v7_defconfig"
30 DEFCONFIG: "arch/arm64/configs/defconfig"
39 DEFCONFIG: "arch/x86/configs/x86_64_defconfig"
Dbuild.sh82 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} drivers/gpu/drm/ci/${MERGE_FRAGMENT}
84 make `basename ${DEFCONFIG}`
/linux-6.8/tools/testing/ktest/examples/
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-6.8/tools/testing/kunit/
Dkunit_config.py28 """Error parsing Kconfig defconfig or .config."""
32 """Represents defconfig or .config specified using the Kconfig language."""
Dkunit_json.py53 "defconfig": metadata.def_config,
/linux-6.8/samples/bpf/
DREADME.rst36 Configure kernel, defconfig for instance
39 make defconfig
/linux-6.8/tools/perf/tests/config-fragments/
DREADME2 defconfig to give full test coverage of a perf test run. This is only
/linux-6.8/kernel/configs/
Ddebug.config7 # $ make ARCH=arm64 defconfig debug.config
/linux-6.8/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
Dkvm.sh32 TORTURE_DEFCONFIG=defconfig
71 echo " --defconfig string"
149 --defconfig)
150 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
Dkvm-recheck.sh26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/linux-6.8/Documentation/arch/arm/keystone/
Doverview.rst55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/linux-6.8/
D.gitignore160 /defconfig
/linux-6.8/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/linux-6.8/drivers/staging/vc04_services/interface/
DTESTING34 Use the defconfig as a base and then enable all VCHIQ options.
/linux-6.8/Documentation/arch/sh/
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-6.8/Documentation/dev-tools/kunit/
Drun_wrapper.rst65 in the KUnit ``defconfig``), we can provide Kconfig options in the
76 To create a ``.kunitconfig``, using the KUnit ``defconfig``:
/linux-6.8/Documentation/arch/arc/
Darc.rst79 and then as usual ``make defconfig && make``.
/linux-6.8/include/linux/
Dpercpu.h61 * both defconfig and a distro config on x86_64 and 32. More
/linux-6.8/Documentation/admin-guide/
DREADME.rst178 "make defconfig" Create a ./.config file by using the default
179 symbol values from either arch/$ARCH/defconfig

123