Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc107 DEFCONFIG = $(or $(DEFCONFIG_$(XARCH)),defconfig)
244 @echo " defconfig create a fresh new default config (uses \$$XARCH)"
305 defconfig:
H A Drun-tests.sh207 swallow_output "${MAKE[@]}" defconfig
/linux/scripts/kconfig/
H A DMakefile13 KBUILD_DEFCONFIG := defconfig
87 PHONY += savedefconfig defconfig
90 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
92 defconfig: $(obj)/conf target
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
H A Dconf.c32 defconfig, enumerator
628 {"defconfig", required_argument, &input_mode_opt, defconfig},
660 printf(" --defconfig <file> New config with default defined in <file>\n");
706 case defconfig: in main()
729 case defconfig: in main()
819 case defconfig: in main()
858 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n", in main()
/linux/scripts/kconfig/tests/
H A Dconftest.py167 def defconfig(self, defconfig): argument
173 defconfig_path = os.path.join(self._test_dir, defconfig)
/linux/tools/perf/tests/config-fragments/
H A DREADME2 defconfig to give full test coverage of a perf test run. This is only
/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfiginit.sh34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
H A Dkvm.sh32 TORTURE_DEFCONFIG=defconfig
72 echo " --defconfig string"
152 --defconfig)
153 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
H A Dkvm-recheck.sh26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig
/linux/samples/bpf/
H A DREADME.rst36 Configure kernel, defconfig for instance
39 make defconfig
/linux/drivers/hwmon/pmbus/
H A Dadm1275.c526 u16 defconfig) in adm1275_enable_vout_temp() argument
530 if ((config & defconfig) != defconfig) { in adm1275_enable_vout_temp()
531 config |= defconfig; in adm1275_enable_vout_temp()
/linux/Documentation/translations/zh_CN/arch/openrisc/
H A Dopenrisc_port.rst49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/linux/Documentation/translations/zh_TW/arch/openrisc/
H A Dopenrisc_port.rst49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/linux/kernel/configs/
H A Ddebug.config7 # $ make ARCH=arm64 defconfig debug.config
/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf89 BUILD_TYPE = defconfig
/linux/Documentation/translations/zh_CN/process/
H A Dresearcher-guidelines.rst110 x86_64 and arm64 defconfig builds with CONFIG_FOO_BAR=y using GCC
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt8 is enabled in the defconfig file.
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A DTESTING34 Use the defconfig which has most of the VCHIQ options enabled.
/linux/arch/arm64/
H A DMakefile225 $(call merge_into_defconfig_override,defconfig,virt)
/linux/Documentation/arch/openrisc/
H A Dopenrisc_port.rst40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
/linux/arch/riscv/
H A DMakefile197 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
/linux/Documentation/dev-tools/
H A Dcontainer.rst170 scripts/container -i docker.io/tuxmake/korg-clang -- make LLVM=1 defconfig
209 scripts/container -i kernel.org/gcc -- make O=build defconfig
/linux/Documentation/arch/sh/
H 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/arch/sh/mm/
H A DKconfig65 already have a defconfig. Changing it from the known correct

12