/Linux-v6.6/tools/testing/selftests/nolibc/ |
D | Makefile | 59 DEFCONFIG_i386 = defconfig 60 DEFCONFIG_x86_64 = defconfig 61 DEFCONFIG_x86 = defconfig 62 DEFCONFIG_arm64 = defconfig 68 DEFCONFIG_riscv = defconfig 69 DEFCONFIG_s390 = defconfig 70 DEFCONFIG_loongarch = defconfig 203 defconfig: target
|
/Linux-v6.6/scripts/kconfig/ |
D | Makefile | 13 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)
|
D | conf.c | 31 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.6/scripts/kconfig/tests/ |
D | conftest.py | 148 def defconfig(self, defconfig): member in Conf 154 defconfig_path = os.path.join(self._test_dir, defconfig)
|
/Linux-v6.6/scripts/kconfig/tests/inter_choice/ |
D | __init__.py | 14 assert conf.defconfig('defconfig') == 0
|
/Linux-v6.6/tools/perf/tests/config-fragments/ |
D | README | 2 defconfig to give full test coverage of a perf test run. This is only
|
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | configinit.sh | 34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
D | kvm.sh | 32 TORTURE_DEFCONFIG=defconfig 138 --defconfig) 139 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
D | kvm-recheck.sh | 26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/ |
D | README.rst | 157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig或
|
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/ |
D | README.rst | 160 "make defconfig" 根據體系架構,使用arch/$arch/defconfig或
|
/Linux-v6.6/samples/bpf/ |
D | README.rst | 36 Configure kernel, defconfig for instance 39 make defconfig
|
/Linux-v6.6/Documentation/translations/zh_CN/arch/openrisc/ |
D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/Linux-v6.6/Documentation/arch/arm/keystone/ |
D | overview.rst | 55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
|
/Linux-v6.6/kernel/configs/ |
D | debug.config | 7 # $ make ARCH=arm64 defconfig debug.config
|
/Linux-v6.6/ |
D | .gitignore | 160 /defconfig
|
/Linux-v6.6/tools/testing/ktest/examples/ |
D | crosstests.conf | 89 BUILD_TYPE = defconfig
|
/Linux-v6.6/drivers/staging/vc04_services/interface/ |
D | TESTING | 34 Use the defconfig as a base and then enable all VCHIQ options.
|
/Linux-v6.6/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 8 is enabled in the defconfig file.
|
/Linux-v6.6/arch/arm64/ |
D | Makefile | 212 $(call merge_into_defconfig_override,defconfig,virt)
|
/Linux-v6.6/Documentation/arch/openrisc/ |
D | openrisc_port.rst | 40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/Linux-v6.6/arch/riscv/ |
D | Makefile | 189 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
|
/Linux-v6.6/Documentation/arch/arc/ |
D | arc.rst | 79 and then as usual ``make defconfig && make``.
|
/Linux-v6.6/Documentation/arch/sh/ |
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-v6.6/Documentation/dev-tools/kunit/ |
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``:
|