Home
last modified time | relevance | path

Searched refs:allnoconfig (Results 1 – 14 of 14) sorted by relevance

/linux/scripts/kconfig/
H A Dconf.c27 allnoconfig, enumerator
630 {"allnoconfig", no_argument, &input_mode_opt, allnoconfig}, in conf_usage()
662 printf(" --allnoconfig New config where all options are answered with no\n"); in main()
751 case allnoconfig: in main()
769 case allnoconfig: name = "allno.config"; break; in main()
804 case allnoconfig: in main()
H A Dmerge_config.sh27 echo " -n use allnoconfig instead of alldefconfig"
53 ALLTARGET=allnoconfig
293 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
H A DMakefile78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
117 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
/linux/scripts/kconfig/tests/choice/
H A D__init__.py23 assert conf.allnoconfig() == 0
/linux/Documentation/kbuild/
H A Dkconfig.rst78 The allyesconfig/allmodconfig/alldefconfig/allnoconfig/randconfig variants
99 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
103 KCONFIG_ALLCONFIG=mini.config make allnoconfig
107 make KCONFIG_ALLCONFIG=mini.config allnoconfig
109 These examples will disable most options (allnoconfig) but enable or
H A DKconfig.recursion-issue-016 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
H A DKconfig.recursion-issue-026 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
H A Dkconfig-language.rst681 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
690 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
/linux/kernel/configs/
H A Dxen.config20 # pretty useless systems starting from allnoconfig
/linux/scripts/kconfig/tests/
H A Dconftest.py199 def allnoconfig(self, all_config=None): member in Conf
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst174 "make allnoconfig" 通过尽可能将选项值设置为“n”,创建一个
/linux/Documentation/translations/it_IT/process/
H A Dsubmit-checklist.rst92 b) con ``allnoconfig``, ``allmodconfig``
/linux/Documentation/translations/pt_BR/process/
H A Dsubmit-checklist.rst92 b) Passa em ``allnoconfig``, ``allmodconfig``
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile337 $(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) ARCH=$(KERNEL_ARCH) allnoconfig