Home
last modified time | relevance | path

Searched refs:defconfig (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v6.1/tools/testing/selftests/nolibc/
DMakefile26 DEFCONFIG_i386 = defconfig
27 DEFCONFIG_x86 = defconfig
28 DEFCONFIG_arm64 = defconfig
31 DEFCONFIG_riscv = defconfig
111 defconfig: target
/Linux-v6.1/scripts/kconfig/
DMakefile13 KBUILD_DEFCONFIG := defconfig
79 PHONY += savedefconfig defconfig
82 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
84 defconfig: $(obj)/conf target
87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
94 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
Dconf.c31 defconfig, enumerator
673 {"defconfig", required_argument, &input_mode_opt, defconfig},
748 case defconfig: in main()
771 case defconfig: in main()
859 case defconfig: in main()
/Linux-v6.1/scripts/kconfig/tests/
Dconftest.py148 def defconfig(self, defconfig): argument
154 defconfig_path = os.path.join(self._test_dir, defconfig)
/Linux-v6.1/scripts/kconfig/tests/inter_choice/
D__init__.py14 assert conf.defconfig('defconfig') == 0
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh35 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
Dkvm.sh33 TORTURE_DEFCONFIG=defconfig
139 --defconfig)
140 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
Dkvm-recheck.sh24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
DREADME.rst157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig
/Linux-v6.1/Documentation/translations/zh_TW/admin-guide/
DREADME.rst160 "make defconfig" 根據體系架構,使用arch/$arch/defconfig
/Linux-v6.1/samples/bpf/
DREADME.rst27 Configure kernel, defconfig for instance::
29 make defconfig
/Linux-v6.1/Documentation/translations/zh_CN/openrisc/
Dopenrisc_port.rst49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/Linux-v6.1/Documentation/arm/keystone/
Doverview.rst55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/Linux-v6.1/kernel/configs/
Ddebug.config5 # $ make ARCH=arm64 defconfig debug.config
/Linux-v6.1/
D.gitignore158 /defconfig
/Linux-v6.1/tools/testing/ktest/examples/
Dcrosstests.conf89 BUILD_TYPE = defconfig
/Linux-v6.1/Documentation/kbuild/
Dllvm.rst31 make CC=clang defconfig
115 An architecture's ``defconfig`` is generally expected to work well,
/Linux-v6.1/drivers/staging/vc04_services/interface/
DTESTING34 Use the defconfig as a base and then enable all VCHIQ options.
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/Linux-v6.1/arch/riscv/
DMakefile172 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
/Linux-v6.1/Documentation/openrisc/
Dopenrisc_port.rst40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/Linux-v6.1/Documentation/arc/
Darc.rst79 and then as usual ``make defconfig && make``.
/Linux-v6.1/Documentation/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-v6.1/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-v6.1/arch/sh/mm/
DKconfig57 already have a defconfig. Changing it from the known correct

12