/linux-6.3-rc2/tools/testing/selftests/nolibc/ |
A D | Makefile | 28 DEFCONFIG_i386 = defconfig 29 DEFCONFIG_x86_64 = defconfig 30 DEFCONFIG_x86 = defconfig 31 DEFCONFIG_arm64 = defconfig 34 DEFCONFIG_riscv = defconfig 35 DEFCONFIG_s390 = defconfig 127 defconfig: target
|
/linux-6.3-rc2/scripts/kconfig/ |
A 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)
|
A 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-6.3-rc2/scripts/kconfig/tests/ |
A D | conftest.py | 148 def defconfig(self, defconfig): argument 154 defconfig_path = os.path.join(self._test_dir, defconfig)
|
/linux-6.3-rc2/scripts/kconfig/tests/inter_choice/ |
A D | __init__.py | 14 assert conf.defconfig('defconfig') == 0
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | configinit.sh | 34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
A D | kvm.sh | 32 TORTURE_DEFCONFIG=defconfig 138 --defconfig) 139 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
A D | kvm-recheck.sh | 24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/ |
A D | README.rst | 157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig或
|
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/ |
A D | README.rst | 160 "make defconfig" 根據體系架構,使用arch/$arch/defconfig或
|
/linux-6.3-rc2/samples/bpf/ |
A D | README.rst | 27 Configure kernel, defconfig for instance:: 29 make defconfig
|
/linux-6.3-rc2/Documentation/translations/zh_CN/openrisc/ |
A D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/linux-6.3-rc2/Documentation/arm/keystone/ |
A D | overview.rst | 55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
|
/linux-6.3-rc2/kernel/configs/ |
A D | debug.config | 5 # $ make ARCH=arm64 defconfig debug.config
|
/linux-6.3-rc2/tools/testing/ktest/examples/ |
A D | crosstests.conf | 89 BUILD_TYPE = defconfig
|
/linux-6.3-rc2/ |
A D | .gitignore | 162 /defconfig
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | llvm.rst | 34 make CC=clang defconfig 118 An architecture's ``defconfig`` is generally expected to work well,
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/ |
A D | TESTING | 34 Use the defconfig as a base and then enable all VCHIQ options.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/ |
A D | brcm,iproc-touchscreen.txt | 8 is enabled in the defconfig file.
|
/linux-6.3-rc2/arch/arm64/ |
A D | Makefile | 212 $(call merge_into_defconfig_override,defconfig,virt)
|
/linux-6.3-rc2/arch/riscv/ |
A D | Makefile | 183 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
|
/linux-6.3-rc2/Documentation/openrisc/ |
A D | openrisc_port.rst | 40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/linux-6.3-rc2/Documentation/arc/ |
A D | arc.rst | 79 and then as usual ``make defconfig && make``.
|
/linux-6.3-rc2/Documentation/sh/ |
A 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-6.3-rc2/Documentation/dev-tools/kunit/ |
A 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``:
|