Home
last modified time | relevance | path

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

12

/linux/scripts/kconfig/
A 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)
A Dconf.c31 defconfig, enumerator
676 {"defconfig", required_argument, &input_mode_opt, defconfig},
749 case defconfig: in main()
772 case defconfig: in main()
859 case defconfig: in main()
/linux/scripts/kconfig/tests/
A Dconftest.py148 def defconfig(self, defconfig): argument
154 defconfig_path = os.path.join(self._test_dir, defconfig)
/linux/scripts/kconfig/tests/inter_choice/
A D__init__.py14 assert conf.defconfig('defconfig') == 0
/linux/tools/testing/selftests/rcutorture/bin/
A Dconfiginit.sh35 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
A Dkvm.sh33 TORTURE_DEFCONFIG=defconfig
135 --defconfig)
136 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
A Dkvm-recheck.sh24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/linux/Documentation/translations/zh_CN/admin-guide/
A DREADME.rst157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig
/linux/Documentation/translations/zh_TW/admin-guide/
A DREADME.rst160 "make defconfig" 根據體系架構,使用arch/$arch/defconfig
/linux/samples/bpf/
A DREADME.rst27 Configure kernel, defconfig for instance::
29 make defconfig
/linux/Documentation/translations/zh_CN/openrisc/
A Dopenrisc_port.rst49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/linux/Documentation/kbuild/
A Dllvm.rst31 make CC=clang defconfig
96 An architecture's ``defconfig`` is generally expected to work well,
/linux/Documentation/arm/keystone/
A Doverview.rst55 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/linux/
A D.gitignore154 /defconfig
/linux/tools/testing/ktest/examples/
A Dcrosstests.conf89 BUILD_TYPE = defconfig
/linux/Documentation/dev-tools/kunit/
A 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:
A Dfaq.rst91 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This
A Dkunit-tool.rst25 It's just a defconfig that kunit_tool looks for in the build directory
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/linux/Documentation/openrisc/
A Dopenrisc_port.rst40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/linux/Documentation/sh/
A 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/drivers/staging/vc04_services/interface/
A DTODO29 Building this driver with arm/multi_v7_defconfig or arm64/defconfig
/linux/arch/sh/mm/
A DKconfig57 already have a defconfig. Changing it from the known correct
/linux/Documentation/admin-guide/
A DREADME.rst178 "make defconfig" Create a ./.config file by using the default
179 symbol values from either arch/$ARCH/defconfig
/linux/tools/perf/Documentation/
A Dperf-stat.txt268 …rf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' \-- make -s -j64 O=defco…

Completed in 38 milliseconds

12