Home
last modified time | relevance | path

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

123

/linux-6.14.4/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))
216 return self._run_conf('--savedefconfig', out_file='defconfig')
/linux-6.14.4/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)
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
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-6.14.4/tools/testing/selftests/nolibc/
DMakefile79 DEFCONFIG_i386 = defconfig
80 DEFCONFIG_x86_64 = defconfig
81 DEFCONFIG_x86 = defconfig
82 DEFCONFIG_arm64 = defconfig
89 DEFCONFIG_riscv = defconfig
91 DEFCONFIG_riscv64 = defconfig
92 DEFCONFIG_s390 = defconfig
93 DEFCONFIG_loongarch = defconfig
94 DEFCONFIG = $(DEFCONFIG_$(XARCH)) macro
199 @echo " defconfig create a fresh new default config (uses \$$XARCH)"
[all …]
/linux-6.14.4/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.sh87 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} drivers/gpu/drm/ci/${MERGE_FRAGMENT}
89 make `basename ${DEFCONFIG}`
/linux-6.14.4/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.14.4/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.14.4/samples/bpf/
DREADME.rst36 Configure kernel, defconfig for instance
39 make defconfig
/linux-6.14.4/tools/perf/tests/config-fragments/
DREADME2 defconfig to give full test coverage of a perf test run. This is only
/linux-6.14.4/kernel/configs/
Ddebug.config7 # $ make ARCH=arm64 defconfig debug.config
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
Dkvm.sh32 TORTURE_DEFCONFIG=defconfig
72 echo " --defconfig string"
151 --defconfig)
152 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
Dkvm-recheck.sh26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/linux-6.14.4/Documentation/arch/arm/keystone/
Doverview.rst55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/linux-6.14.4/
D.gitignore170 /defconfig
/linux-6.14.4/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/linux-6.14.4/Documentation/translations/zh_CN/process/
Dresearcher-guidelines.rst110 x86_64 and arm64 defconfig builds with CONFIG_FOO_BAR=y using GCC
/linux-6.14.4/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.14.4/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.14.4/Documentation/arch/arc/
Darc.rst79 and then as usual ``make defconfig && make``.
/linux-6.14.4/arch/sh/mm/
DKconfig65 already have a defconfig. Changing it from the known correct
/linux-6.14.4/include/linux/
Dpercpu.h70 * both defconfig and a distro config on x86_64 and 32. More
/linux-6.14.4/drivers/staging/vc04_services/interface/
DTESTING34 Use the defconfig which has most of the VCHIQ options enabled.

123