/Linux-v5.15/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 687 {"defconfig", required_argument, &input_mode_opt, defconfig}, 760 case defconfig: in main() 783 case defconfig: in main() 870 case defconfig: in main()
|
/Linux-v5.15/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-v5.15/scripts/kconfig/tests/inter_choice/ |
D | __init__.py | 14 assert conf.defconfig('defconfig') == 0
|
/Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
D | configinit.sh | 35 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
D | kvm.sh | 33 TORTURE_DEFCONFIG=defconfig 135 --defconfig) 136 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
D | kvm-recheck.sh | 24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/ |
D | README.rst | 157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig或
|
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/ |
D | README.rst | 160 "make defconfig" 根據體系架構,使用arch/$arch/defconfig或
|
/Linux-v5.15/samples/bpf/ |
D | README.rst | 27 Configure kernel, defconfig for instance:: 29 make defconfig
|
/Linux-v5.15/Documentation/translations/zh_CN/openrisc/ |
D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/Linux-v5.15/Documentation/arm/keystone/ |
D | overview.rst | 55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
|
/Linux-v5.15/Documentation/kbuild/ |
D | llvm.rst | 31 make CC=clang defconfig 96 An architecture's ``defconfig`` is generally expected to work well,
|
/Linux-v5.15/ |
D | .gitignore | 154 /defconfig
|
/Linux-v5.15/tools/testing/ktest/examples/ |
D | crosstests.conf | 89 BUILD_TYPE = defconfig
|
/Linux-v5.15/Documentation/dev-tools/kunit/ |
D | start.rst | 29 KUnit defconfig), you can provide Kconfig options in the ``.kunitconfig`` file. 34 A good starting point for a ``.kunitconfig`` is the KUnit defconfig:
|
D | faq.rst | 91 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This
|
D | kunit-tool.rst | 25 It's just a defconfig that kunit_tool looks for in the build directory
|
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 8 is enabled in the defconfig file.
|
/Linux-v5.15/Documentation/openrisc/ |
D | openrisc_port.rst | 40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
/Linux-v5.15/drivers/staging/vc04_services/interface/ |
D | TODO | 29 Building this driver with arm/multi_v7_defconfig or arm64/defconfig
|
/Linux-v5.15/Documentation/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-v5.15/arch/sh/mm/ |
D | Kconfig | 57 already have a defconfig. Changing it from the known correct
|
/Linux-v5.15/Documentation/admin-guide/ |
D | README.rst | 178 "make defconfig" Create a ./.config file by using the default 179 symbol values from either arch/$ARCH/defconfig
|
/Linux-v5.15/Documentation/x86/ |
D | orc-unwinder.rst | 77 unwind tables take up ~50% more RAM (+1.3MB on an x86 defconfig kernel)
|