| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile.nolibc | 107 DEFCONFIG = $(or $(DEFCONFIG_$(XARCH)),defconfig) 244 @echo " defconfig create a fresh new default config (uses \$$XARCH)" 305 defconfig:
|
| H A D | run-tests.sh | 207 swallow_output "${MAKE[@]}" defconfig
|
| /linux/scripts/kconfig/ |
| H A D | Makefile | 13 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 D | conf.c | 32 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 D | conftest.py | 167 def defconfig(self, defconfig): argument 173 defconfig_path = os.path.join(self._test_dir, defconfig)
|
| /linux/tools/perf/tests/config-fragments/ |
| H A D | README | 2 defconfig to give full test coverage of a perf test run. This is only
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | configinit.sh | 34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
| H A D | kvm.sh | 32 TORTURE_DEFCONFIG=defconfig 72 echo " --defconfig string" 152 --defconfig) 153 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
| H A D | kvm-recheck.sh | 26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 157 "make defconfig" 根据体系架构,使用arch/$arch/defconfig或
|
| /linux/samples/bpf/ |
| H A D | README.rst | 36 Configure kernel, defconfig for instance 39 make defconfig
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | adm1275.c | 526 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 D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
| /linux/Documentation/translations/zh_TW/arch/openrisc/ |
| H A D | openrisc_port.rst | 49 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
| /linux/kernel/configs/ |
| H A D | debug.config | 7 # $ make ARCH=arm64 defconfig debug.config
|
| /linux/tools/testing/ktest/examples/ |
| H A D | crosstests.conf | 89 BUILD_TYPE = defconfig
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | researcher-guidelines.rst | 110 x86_64 and arm64 defconfig builds with CONFIG_FOO_BAR=y using GCC
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | brcm,iproc-touchscreen.txt | 8 is enabled in the defconfig file.
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | TESTING | 34 Use the defconfig which has most of the VCHIQ options enabled.
|
| /linux/arch/arm64/ |
| H A D | Makefile | 225 $(call merge_into_defconfig_override,defconfig,virt)
|
| /linux/Documentation/arch/openrisc/ |
| H A D | openrisc_port.rst | 40 make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
|
| /linux/arch/riscv/ |
| H A D | Makefile | 197 $(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
|
| /linux/Documentation/dev-tools/ |
| H A D | container.rst | 170 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 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/arch/sh/mm/ |
| H A D | Kconfig | 65 already have a defconfig. Changing it from the known correct
|