Home
last modified time | relevance | path

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

12

/Linux-v5.10/scripts/kconfig/
DMakefile73 PHONY += savedefconfig defconfig
76 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
78 defconfig: $(obj)/conf target
81 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
88 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
Dconf.c32 defconfig, enumerator
462 {"defconfig", required_argument, NULL, defconfig},
524 case defconfig: in main()
581 case defconfig: in main()
668 case defconfig: in main()
/Linux-v5.10/scripts/kconfig/tests/
Dconftest.py144 def defconfig(self, defconfig): member in Conf
150 defconfig_path = os.path.join(self._test_dir, defconfig)
/Linux-v5.10/scripts/kconfig/tests/inter_choice/
D__init__.py14 assert conf.defconfig('defconfig') == 0
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm.sh30 TORTURE_DEFCONFIG=defconfig
120 --defconfig)
121 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
Dconfiginit.sh35 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
Dkvm-recheck.sh24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/Linux-v5.10/samples/bpf/
DREADME.rst27 Configure kernel, defconfig for instance::
29 make defconfig
/Linux-v5.10/tools/testing/kunit/
Dkunit_kernel.py143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): argument
146 shutil.copyfile(defconfig, kunitconfig_path)
/Linux-v5.10/Documentation/arm/keystone/
Doverview.rst55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/Linux-v5.10/
D.gitignore148 /defconfig
/Linux-v5.10/tools/testing/ktest/examples/
Dcrosstests.conf89 BUILD_TYPE = defconfig
/Linux-v5.10/Documentation/dev-tools/kunit/
Dkunit-tool.rst25 It's just a defconfig that kunit_tool looks for in the base directory.
Dstart.rst29 KUnit defconfig), you can provide Kconfig options in the ``.kunitconfig`` file.
34 A good starting point for a ``.kunitconfig`` is the KUnit defconfig:
Dfaq.rst91 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/Linux-v5.10/Documentation/openrisc/
Dopenrisc_port.rst40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/Linux-v5.10/Documentation/kbuild/
Dllvm.rst31 make CC=clang defconfig
/Linux-v5.10/drivers/staging/vc04_services/interface/
DTODO29 Building this driver with arm/multi_v7_defconfig or arm64/defconfig
/Linux-v5.10/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-v5.10/arch/sh/mm/
DKconfig57 already have a defconfig. Changing it from the known correct
/Linux-v5.10/tools/perf/Documentation/
Dperf-stat.txt233 …rf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defcon…
/Linux-v5.10/Documentation/admin-guide/
DREADME.rst178 "make defconfig" Create a ./.config file by using the default
179 symbol values from either arch/$ARCH/defconfig
/Linux-v5.10/drivers/pci/controller/
DKconfig65 This option will be removed after arm64 defconfig is updated.
/Linux-v5.10/Documentation/x86/
Dorc-unwinder.rst77 unwind tables take up ~50% more RAM (+1.3MB on an x86 defconfig kernel)

12